Skip to main content
POST
/
networkvolumes
/
{networkVolumeId}
/
update
Update a network volume
curl --request POST \
  --url https://rest.runpod.io/v1/networkvolumes/{networkVolumeId}/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "my network volume",
  "size": 50
}'
{
  "dataCenterId": "EU-RO-1",
  "id": "agv6w2qcg7",
  "name": "my network volume",
  "size": 50
}

Authorizations

Authorization
string
header
required

Path Parameters

networkVolumeId
string
required

Body

application/json
name
string
Example:
size
integer
Required range: 0 <= x <= 4000
Example:

Response

dataCenterId
string
Example:
id
string
Example:
name
string
Example:
size
integer
Example: