v5

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-01224150.1 KB
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"
}