Creating a Checkpoint
Capture the current state of a running sandbox:processing and transitions to ready.
Forking from a Checkpoint
Create new sandboxes from a saved checkpoint. Each fork is independent:Restoring
Revert a sandbox in-place to a checkpoint. All changes since the checkpoint are lost:Listing and Deleting
Checkpoint vs Hibernate
| Checkpoint | Hibernate | |
|---|---|---|
| Original sandbox | Keeps running | Stopped |
| Can fork | Yes — unlimited new sandboxes | No |
| Use case | Branching, parallel testing | Pause and resume, cost savings |