Snapshots
Create a snapshot
Triggers a snapshot of the sandbox's current state. Sandbox must be ready. Snapshot transitions through creating → ready (or failed); poll GET /sandboxes/{id}/snapshots to see the new status.
post/sandboxes/{id}/snapshots
Path parameters
idstring required
24-char hex id of the sandbox.
Request body
Response
Snapshot creation started
Example response
{
"message": "Snapshot creation started"
}