Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Create a new network volume.
The Runpod data center ID where the created network volume is located.
"EU-RO-1"
A user-defined name for the created network volume. The name does not need to be unique.
"my network volume"
The amount of disk space, in gigabytes (GB), allocated to the created 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