v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBcompute
Create sandbox snapshot
Creates a point-in-time snapshot of a sandbox. Snapshots capture the sandbox state and can be used for forking into new sandboxes or applications. This is a WIP endpoint — the full implementation depends on the execution plane.
post/sandboxes/{sandboxName}/snapshots
Path parameters
sandboxNamestring required
Name of the sandbox to snapshot
Request body
Example request
{
"name": "before-migration"
}Response
Snapshot created successfully
Example response
{
"id": "snap_abc123",
"name": "before-migration",
"status": "ready"
}