Create a Checkpoint
await sandbox.create_checkpoint(name)
A name for this checkpoint.
dict — status transitions from "processing" to "ready" once the snapshot is uploaded.
List Checkpoints
list[dict]
Fork from a Checkpoint
Create a new sandbox from a checkpoint. The new sandbox boots with the checkpointed filesystem state.Sandbox.create_from_checkpoint(checkpoint_id, **kwargs)
UUID of the checkpoint to fork from.
Sandbox TTL in seconds.
API key override.
API URL override.
Sandbox
Restore a Checkpoint
Revert a running sandbox to a previous checkpoint. The VM reboots with the checkpointed drives.None
Delete a Checkpoint
None