POST /sandboxes/{id}/snapshotswhen you already have a sandbox IDPOST /snapshotswhen you want to work directly with the snapshots resource
What A Snapshot Is Used For
- Restore a sandbox later with
POST /snapshots/{id}/restore - Boot a sandbox from an existing snapshot through
snapshotId - Persist state before TTL expiry or shutdown workflows
Minimal Example
Related Endpoints
| Action | Endpoint |
|---|---|
| List snapshots | GET /snapshots |
| Get one snapshot | GET /snapshots/{id} |
| Update metadata | PUT /snapshots/{id} |
| Delete | DELETE /snapshots/{id} |
| Restore | POST /snapshots/{id}/restore |