v1

latestOpenAPI 3.1.02026-07-2676123203.9 KB
Network Volumes

Get a network volume

Returns a single network volume by ID.

get/v2/network-volumes/{id}

Response

OK

dataCenterIdstring

The Runpod data center ID where a network volume is located.

idstring

A unique string identifying a network volume.

namestring

A user-defined name for a network volume. The name does not need to be unique.

sizeinteger

The amount of disk space, in gigabytes (GB), allocated to a network volume.

Example response

{
  "dataCenterId": "EU-RO-1",
  "id": "agv6w2qcg7",
  "name": "my network volume",
  "size": 50
}