Delete a snapshot
Delete a stored snapshot and its artifacts. Deletion fails if the snapshot is still referenced by an active sandbox.
Delete a stored snapshot and its artifacts. Deletion fails if the snapshot is still referenced by an active sandbox.
Authorization
BearerAuth API key passed as a Bearer token in the Authorization header.
Alternatively, use the leap0-authorization header.
In: header
Path Parameters
Unique snapshot identifier.
Response Body
application/json
application/json
application/json
curl -X DELETE "https://api.leap0.dev/v1/snapshot/string"{ "message": "string"}{ "message": "string"}{ "message": "string"}Create a snapshot POST
Create a snapshot from a running sandbox. The snapshot captures the sandbox's memory image, VM state, writable disk diff, and resource configuration. The source sandbox resumes after the snapshot is stored unless `kill_sandbox_after` is set.
List snapshots GET
List snapshots for the authenticated organization. Results can be filtered by snapshot name and sorted by creation time or template ID.

