DELETE /v1/agents/snapshots/{id_or_name}
Deletes the snapshot. This cannot be undone. Sandboxes that already started from it keep running.
-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.