GET
/
volumes
/
{id}
/
info

Authorizations

X-API-KEY
string
headerrequired

Path Parameters

id
string
required

The volume id.

Response

200 - application/json
id
string
required

The ID of the storage volume.

cloud
enum<string>
required

Specifies 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
required

The unique identifier of the storage volume issued by the underlying cloud provider.

region
string
required

Specifies the region.

name
string
required

The name of the storage volume.

fixed_size
boolean
required

Denotes whether the volume is fixed in size or elastically scaling.

size_in_gb
integer
required

Storage volume size in GB

cost_estimate
string
required

The 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
required

Denotes whether the volume supports multiple instances mounting to it at the same time.

mounted_by
string
required

The ID of the instance that is currently mounting the volume.