Volumes
/volumes/{id}/info
Get details for the specified storage volume.
GET
/
volumes
/
{id}
/
info
Authorizations
X-API-KEY
string
headerrequiredPath Parameters
id
string
requiredThe volume id.
Response
200 - application/json
id
string
requiredThe ID of the storage volume.
cloud
enum<string>
requiredSpecifies the underlying cloud provider. See this explanation for more details.
Available options:
aws
, azure
, lambdalabs
, tensordock
, runpod
, latitude
, jarvislabs
, oblivus
, paperspace
, datacrunch
, massedcompute
, vultr
cloud_assigned_id
string
requiredThe unique identifier of the storage volume issued by the underlying cloud provider.
region
string
requiredSpecifies the region.
name
string
requiredThe name of the storage volume.
fixed_size
boolean
requiredDenotes whether the volume is fixed in size or elastically scaling.
size_in_gb
integer
requiredStorage volume size in GB
cost_estimate
string
requiredThe cost incurred by the instance. This only the cost via Shadeform. If the instance is deployed in your own cloud account, then all billing is through your cloud provider.
supports_multi_mount
boolean
requiredDenotes whether the volume supports multiple instances mounting to it at the same time.
mounted_by
string
requiredThe ID of the instance that is currently mounting the volume.