curl --request POST \
--url https://console.vast.ai/api/v0/volumes/search/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 100
}'{
"offers": [
{
"ask_contract_id": 123,
"bundle_id": 123,
"cpu_arch": "amd64",
"cpu_ghz": 123,
"cpu_name": "AMD EPYC 7K62 48-Core Processor",
"cuda_max_good": 12.8,
"disk_bw": 123,
"disk_name": "FIKWOT FN955 4TB",
"disk_space": 10,
"driver_vers": "<string>",
"driver_version": "570.124.04",
"duration": 123,
"end_date": 123,
"external": true,
"geolocation": "<string>",
"geolocode": "<string>",
"gpu_arch": "<string>",
"host_id": 166946,
"id": 123,
"inet_down": 654.6,
"inet_up": 78.9,
"machine_id": 36683,
"mobo_name": "ROME2D32GM-2T",
"reliability": 123,
"reliability2": 0.9649497,
"reliability_mult": 123,
"start_date": 1747341046.4320989,
"static_ip": true,
"storage_cost": 123,
"storage_total_cost": 0.0005555555555555557,
"vericode": "<string>",
"verification": "verified",
"vms_enabled": true
}
]
}Search for available volumes based on specified criteria.
CLI Usage: vastai search volumes <query> [options]
curl --request POST \
--url https://console.vast.ai/api/v0/volumes/search/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 100
}'{
"offers": [
{
"ask_contract_id": 123,
"bundle_id": 123,
"cpu_arch": "amd64",
"cpu_ghz": 123,
"cpu_name": "AMD EPYC 7K62 48-Core Processor",
"cuda_max_good": 12.8,
"disk_bw": 123,
"disk_name": "FIKWOT FN955 4TB",
"disk_space": 10,
"driver_vers": "<string>",
"driver_version": "570.124.04",
"duration": 123,
"end_date": 123,
"external": true,
"geolocation": "<string>",
"geolocode": "<string>",
"gpu_arch": "<string>",
"host_id": 166946,
"id": 123,
"inet_down": 654.6,
"inet_up": 78.9,
"machine_id": 36683,
"mobo_name": "ROME2D32GM-2T",
"reliability": 123,
"reliability2": 0.9649497,
"reliability_mult": 123,
"start_date": 1747341046.4320989,
"static_ip": true,
"storage_cost": 123,
"storage_total_cost": 0.0005555555555555557,
"vericode": "<string>",
"verification": "verified",
"vms_enabled": true
}
]
}API key must be provided in the Authorization header
Maximum number of results to return
100
Success response
Show child attributes
Contract ID for the ask
Bundle ID
CPU architecture
"amd64"
CPU clock speed in GHz
CPU model name
"AMD EPYC 7K62 48-Core Processor"
Maximum CUDA version supported
12.8
Disk bandwidth
Disk model name
"FIKWOT FN955 4TB"
Available disk space in GB
10
Driver version (deprecated)
NVIDIA driver version
"570.124.04"
Duration of the contract
End date as Unix timestamp
Whether the volume is external
Geographic location
Geographic location code
GPU architecture
Host ID
166946
Unique identifier for the volume offer
Download internet speed in Mbps
654.6
Upload internet speed in Mbps
78.9
Machine ID
36683
Motherboard model name
"ROME2D32GM-2T"
Reliability score
Alternative reliability score
0.9649497
Reliability multiplier
Start date as Unix timestamp
1747341046.4320989
Whether the machine has a static IP
true
Storage cost
Total storage cost
0.0005555555555555557
Verification code
Verification status
"verified"
Whether VMs are enabled