v1

latestOpenAPI 3.0.32026-07-133733150.4 KB
network volumes

List network volumes

Returns a list of network volumes.

get/networkvolumes

Response

Successful operation.

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.

dataCenterIdstring

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

Example response

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