Skip to main content
DELETE /v1/agents/snapshots/{id_or_name} Deletes the snapshot. This cannot be undone. Sandboxes that already started from it keep running.
The CLI asks for confirmation unless you pass -y.

Notes

  • You can pass the snapshot ID or name.
  • After delete, runtime.create(snapshot=...) with that name fails.
  • To stop new creates without deleting, deactivate instead.