Skip to main content
Memory snapshots let you capture a running sandbox and start new sandboxes from that saved state. When you take a snapshot, you are freezing the sandbox’s memory, processes, and filesystem at that point in time. Starting a sandbox from a snapshot is instant and you can start a new sandbox from the same snapshot multiple times.

Create a Memory Snapshot

Create a snapshot from a running sandbox.

Start a Sandbox From a Snapshot

Use the snapshot name to start a new sandbox:

List Images and Snapshots

List the available sandbox images and snapshots:

Snapshot Response

The snapshot create API returns metadata about both the snapshot and its backing image:
string
Snapshot name.
string
Unique snapshot identifier.
string
The team that owns the snapshot.
string
Snapshot creation status.
string
Backing image name for the snapshot. What the snapshot was created from.