Checkpoints
The CLI command group is named snapshot; SDKs and REST use checkpoint
terminology for the same captured runtime state.
runta snapshot create
Section titled “runta snapshot create”runta snapshot create <SANDBOX_NAME> <SNAPSHOT_NAME>runta snapshot restore
Section titled “runta snapshot restore”runta snapshot restore [OPTIONS] <SNAPSHOT_NAME> <SANDBOX_NAME>| Option | Description |
|---|---|
-p, --publish <SPEC> | Repeatable ingress rule to attach to the restored runtime, for example 8080/http. |
runta snapshot ls
Section titled “runta snapshot ls”runta snapshot ls [OPTIONS]Alias: runta snapshot list.
| Option | Description |
|---|---|
--all | Include system-managed idle snapshots. |
runta snapshot rm
Section titled “runta snapshot rm”runta snapshot rm <SNAPSHOT_NAME>