oc cp
oc checkpoint create <sandbox-id>
Create a named checkpoint of a running sandbox. HTTP API →
Checkpoint name
oc checkpoint list <sandbox-id>
List checkpoints for a sandbox. HTTP API →
Output columns: ID, NAME, STATUS, SIZE, CREATED
oc checkpoint restore <sandbox-id> <checkpoint-id>
Revert a sandbox in-place to a checkpoint. All changes since the checkpoint are lost. HTTP API →
oc checkpoint spawn <checkpoint-id>
Create a new sandbox from a checkpoint (fork). HTTP API →
Idle timeout for the new sandbox