Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of network volume that needs to be updated.
Body
Update a network volume.
A user-defined name for the network volume. The name does not need to be unique.
"my network volume"
The amount of disk space, in gigabytes (GB), which will be allocated to the network volume after the update. Must be greater than the current size of the network volume.
0 <= x <= 4000
50
Response
Successful operation.
The Runpod data center ID where a network volume is located.
"EU-RO-1"
A unique string identifying a network volume.
"agv6w2qcg7"
A user-defined name for a network volume. The name does not need to be unique.
"my network volume"
The amount of disk space, in gigabytes (GB), allocated to a network volume.
50