curl --request GET \
--url https://api.shadeform.ai/v1/volumes/types \
--header 'X-API-KEY: <api-key>'{
"volume_types": [
{
"cloud": "hyperstack",
"region": "canada-1",
"supports_multi_mount": true,
"fixed_size": true,
"price_per_gb_per_hour": "0.0001"
}
]
}Get list of supported storage volumes.
curl --request GET \
--url https://api.shadeform.ai/v1/volumes/types \
--header 'X-API-KEY: <api-key>'{
"volume_types": [
{
"cloud": "hyperstack",
"region": "canada-1",
"supports_multi_mount": true,
"fixed_size": true,
"price_per_gb_per_hour": "0.0001"
}
]
}Returns an VolumesTypesResponse object.
Show child attributes
Specifies the underlying cloud provider. See this explanation for more details.
lambdalabs, paperspace, vultr, datacrunch, latitude, massedcompute, imwt, hyperstack, nebius, crusoe, denvr, digitalocean, tcm, hotaisle, cudo, scaleway, evergreen, excesssupply, voltagepark, boostrun, ionstream, whitefiber, horizon, fpt, hydra, amaya "hyperstack"
Specifies the region.
"canada-1"
Denotes whether the volume supports multiple instances mounting to it at the same time.
true
Denotes whether the volume is fixed in size or elastically scaling.
true
Price of the specified volume type per GB per hour
"0.0001"