curl --request GET \
--url https://console.vast.ai/api/v0/volumes/ \
--header 'Authorization: Bearer <token>'{
"volumes": [
{
"instances": [
{}
],
"driver_version": "<string>",
"cuda_max_good": 123,
"machine_id": 123,
"public_ipaddr": "<string>",
"reliability2": 123,
"host_id": 123,
"cpu_name": "<string>",
"mobo_name": "<string>",
"disk_space": 123,
"disk_name": "<string>",
"inet_up": 123,
"inet_down": 123,
"storage_total_cost": 123,
"os_version": "<string>",
"verification": "<string>",
"static_ip": true,
"cpu_arch": "<string>",
"start_date": 123,
"id": 123,
"status": "<string>"
}
]
}Retrieve information about all volumes rented by you.
CLI Usage: vastai show volumes
curl --request GET \
--url https://console.vast.ai/api/v0/volumes/ \
--header 'Authorization: Bearer <token>'{
"volumes": [
{
"instances": [
{}
],
"driver_version": "<string>",
"cuda_max_good": 123,
"machine_id": 123,
"public_ipaddr": "<string>",
"reliability2": 123,
"host_id": 123,
"cpu_name": "<string>",
"mobo_name": "<string>",
"disk_space": 123,
"disk_name": "<string>",
"inet_up": 123,
"inet_down": 123,
"storage_total_cost": 123,
"os_version": "<string>",
"verification": "<string>",
"static_ip": true,
"cpu_arch": "<string>",
"start_date": 123,
"id": 123,
"status": "<string>"
}
]
}API key must be provided in the Authorization header
Success response
Show child attributes
List of instances using this volume
NVIDIA driver version
Maximum CUDA version supported
Unique identifier for the machine
Public IP address
Reliability score of the host
Unique identifier for the host
Name/model of the CPU
Name/model of the motherboard
Disk space in GB
Name/model of the disk
Upload internet speed in Mbps
Download internet speed in Mbps
Total cost for storage
Operating system version
Verification status
Whether the machine has a static IP
CPU architecture
Start date as Unix timestamp
Unique identifier for the volume
Current status of the volume