v50

OpenAPI 3.0.0raw.githubusercontent.com2026-08-015895110.3 KB
sandboxes

Create snapshot

Create a persistent snapshot from the sandbox's current state. Snapshots can be used to create new sandboxes and persist beyond the original sandbox's lifetime.

post/sandboxes/{sandboxID}/snapshots

Path parameters

sandboxIDstring required

Request body

namestring

Optional name for the snapshot template. If a snapshot template with this name already exists, a new build will be assigned to the existing template instead of creating a new one.

Response

Snapshot created successfully

snapshotIDstring required

Identifier of the snapshot template including the tag. Uses namespace/alias when a name was provided (e.g. team-slug/my-snapshot:default), otherwise falls back to the raw template ID (e.g. abc123:default).

namesstring[] required

Full names of the snapshot template including team namespace and tag (e.g. team-slug/my-snapshot:v2)