Skip to main content

Snapshots

Snapshots capture a point-in-time copy of a sandbox’s filesystem.

Create Snapshot

string
required
Descriptive name for the snapshot.
Response 201 Created

List Snapshots

Get Snapshot

Delete Snapshot

Response 204 No Content

Download Snapshot

Returns a pre-signed URL to download the snapshot as a .tar.gz archive.
Response 200 OK

Restore Snapshot

Restores a snapshot’s contents into a running sandbox.
This overwrites the sandbox’s current filesystem. Create a new snapshot first if you need to preserve the current state.

Limits