Delete a snapshot by ID.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/daytonaio/daytona/llms.txt
Use this file to discover all available pages before exploring further.
Description
Permanently delete a snapshot. This action cannot be undone. Any sandboxes using this snapshot will not be affected, but new sandboxes cannot be created from the deleted snapshot.Path Parameters
id- Snapshot ID (required)
Example Request
Response
Returns a 200 status code on successful deletion.Important Notes
- Existing sandboxes created from this snapshot will continue to function
- New sandboxes cannot be created from the deleted snapshot
- The snapshot will be removed from all regions where it was available
Use Cases
- Removing outdated or unused snapshots
- Cleaning up test snapshots
- Managing storage by removing large, unnecessary snapshots