Delete a sandbox to permanently destroy it and free all allocated resources. This action cannot be undone.
Endpoint
Request
Path Parameters
Example Request
Response
Success (200 OK)
Response Fields
Status Codes
Errors
Sandbox Not Found (404)
Cause: The sandbox ID doesn’t exist or belongs to another organization.
Fix: Verify the sandbox ID is correct. List your sandboxes using GET /v1/sandboxes to find valid IDs.
Important Notes
Deleting a sandbox is permanent and irreversible. All data, files, and state in the sandbox will be lost. Make sure to save any important data before deleting.
- Immediate deletion - The sandbox is destroyed immediately upon successful deletion
- Resource cleanup - All allocated resources (vCPU, memory, disk) are freed
- VM Agent API - The sandbox’s VM Agent API endpoint becomes unavailable immediately
- No recovery - Deleted sandboxes cannot be recovered
Use Cases
Clean Up After Task Completion
Delete All Stopped Sandboxes
Delete Sandbox with Verification
Next Steps