Skip to main content

restore

inctl solution_version restore

Restore a solution version.

Synopsis

Restore a solution to a specific version. The solution needs to be stopped before restoring. This action will NOT deploy the solution to the cluster.

inctl solution_version restore [flags]

Examples

inctl solution_version restore --solution "$SOLUTION_ID" --snapshot_id "$SNAPSHOT_ID" --org "$ORG"

Options

  -h, --help                 help for restore
--snapshot_id string ID of the snapshot to restore.
--solution string ID of the solution to restore the version for.

Options inherited from parent commands

      --org string       The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.

SEE ALSO