Skip to content

Checkpoints

The CLI command group is named snapshot; SDKs and REST use checkpoint terminology for the same captured runtime state.

Terminal window
runta snapshot create <SANDBOX_NAME> <SNAPSHOT_NAME>
Terminal window
runta snapshot restore [OPTIONS] <SNAPSHOT_NAME> <SANDBOX_NAME>
OptionDescription
-p, --publish <SPEC>Repeatable ingress rule to attach to the restored runtime, for example 8080/http.
Terminal window
runta snapshot ls [OPTIONS]

Alias: runta snapshot list.

OptionDescription
--allInclude system-managed idle snapshots.
Terminal window
runta snapshot rm <SNAPSHOT_NAME>