Snapshots

Create a snapshot

Triggers a snapshot of the sandbox's current state. Sandbox must be ready. Snapshot transitions through creatingready (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

namestring required

Lowercase letters, digits, hyphens; 1–40 chars.

Response

Snapshot creation started

messagestring required

Example response

{
  "message": "Snapshot creation started"
}

Changes

No recorded changes to this endpoint across all 5 revisions of this API.