Delete a volume. This operation is permanent and cannot be undone.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.
Path parameters
The unique ID of the volume to delete
Response
Returns a204 No Content status on successful deletion.
Error responses
404
Volume not found with the specified ID
409
Volume is currently mounted to one or more sandboxes and cannot be deleted
Example request
Before deleting
Make sure to unmount the volume from all sandboxes before deletion:- List all sandboxes using the volume
- Stop or delete those sandboxes
- Then delete the volume