latestOpenAPI 3.1.02026-08-23100133183.1 KB
0d66c7340876
Volumes
Get all volumes that are in trash
get/v1/volumes/trash
Response
Returns a list of all volumes in trash
Example response
[
{
"id": "5a699965-7deb-430b-8316-64044b1fc128",
"instance_id": "bc52f4db-4ee3-4927-a906-33caa76ae4ba",
"instances": [
{
"id": "bc52f4db-4ee3-4927-a906-33caa76ae4ba",
"auto_rental_extension": null,
"ip": "123.123.123.123",
"instance_type": "4A100.88V",
"status": "running",
"os_volume_id": "56f72e4d-b29a-415b-b073-7ef6e76abd24",
"hostname": "hazy-star-swims-fin-01",
"instance_template": {
"instance_type": "4A100.88V",
"cpu_cores": 128,
"gpu_number": 4,
"gpu_vram_gb": 80,
"ram_gb": 512
},
"instance_model": {
"code": "A100_80G",
"manufacturer": "NVIDIA",
"category": "GPU",
"cluster_model_code": null
}
}
],
"name": "OS-NVMe-84Ca37Jf",
"created_at": "2024-07-08T19:19:54.247Z",
"status": "attached",
"size": 100,
"is_os_volume": true,
"target": "vda",
"type": "NVMe",
"location": "FIN-01",
"ssh_key_ids": [
"cc9d7a1b-3b03-4a8b-a75d-b40bbd051298"
],
"contract": "LONG_TERM",
"base_hourly_cost": 0.0273972602739726,
"monthly_price": 20,
"currency": "eur",
"tags": [
{
"id": "tag_0aB1cD2eF3gH4iJ5kL6mN7",
"key": "environment",
"value": "production"
}
],
"deleted_at": "2025-01-10T11:35:47.633Z"
}
]