This property can be used as a prefix for any HTTP method call to return the raw response object instead of the parsed content.
An alternative to .with_raw_response that doesn't eagerly read the response body.
Create a snapshot from a Docker image (async build).
Get a sandbox snapshot by ID or by a Docker-style reference.
A bare name means name:latest, falling back to the newest ready untagged snapshot of that name. To list the tags under a name, use /api/v2/sandboxes/snapshots-by-name/{name}.
List sandbox snapshots for the authenticated tenant, with optional filtering, sorting, and pagination. Page with page_size and cursor: replay the response's next_cursor until it comes back null, which is the only signal that no pages remain. Cursors are opaque and only valid on this endpoint; do not parse or construct one.
Delete a snapshot by ID or by a Docker-style name[:tag] reference.
The underlying storage is reclaimed asynchronously.
Get a snapshot name and every tag under it, with the snapshot each tag resolves to. To fetch one snapshot, use /api/v2/sandboxes/snapshots/{snapshot_id}.