Checkpoints vs Hibernation
What Gets Preserved
Checkpoints capture the filesystem and installed state. Forked sandboxes start with a fresh boot from that disk state — the platform attempts warm restore when possible, but may fall back to a cold boot. Don’t assume running processes carry over.API Reference
Create Checkpoint
processing to ready (or failed).
List Checkpoints
Fork from Checkpoint
Creates a new sandbox from a checkpoint:Restore Checkpoint
Revert a sandbox in-place. All changes since the checkpoint are lost:Delete Checkpoint
CheckpointInfo
The TypeScript SDK returns typed
CheckpointInfo objects. Python returns raw dictionaries with the HTTP API field names.