v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBvolumes
Delete persistent volume
Permanently deletes a volume and all its data. The volume must not be attached to any sandbox. This action cannot be undone.
delete/volumes/{volumeName}
Response
successful operation
Example response
{
"events": [
{
"message": "Deployment successful",
"revision": "rev-abc123",
"status": "DEPLOYED",
"time": "2025-01-15T10:30:00Z",
"type": "deployment"
}
],
"metadata": {
"displayName": "My Resource",
"externalId": "my-session-123",
"name": "my-resource"
},
"spec": {
"region": "us-pdx-1",
"size": 1024,
"template": "mytemplate:latest"
},
"state": {
"attachedTo": "sandbox:my-sandbox"
}
}