Volumes
Retrieve available Volume offers
get
Header parameters
x-api-keystringRequired
The API Key secret should be sent through this header to authenticate the request.
Responses
200
Return all available volume offers
application/json
403
API key invalid
application/json
404
API key not found
application/json
get
/gpu-cloud/volumes/offersCreate a new Volume
post
Header parameters
x-api-keystringRequired
The API Key secret should be sent through this header to authenticate the request.
Body
cloudProviderstringRequiredExample:
668f9d8df664e3c028ce5de9regionstringRequiredExample:
us-east-1namestringRequiredExample:
my-volumesizeInGbnumberRequiredExample:
10Responses
201
Return the created volume
application/json
403
API key invalid
application/json
404
API key not found
application/json
post
/gpu-cloud/volumesGet the list of Volumes created
get
Header parameters
x-api-keystringRequired
The API Key secret should be sent through this header to authenticate the request.
Responses
200
Return all volumes
application/json
403
API key invalid
application/json
404
API key not found
application/json
get
/gpu-cloud/volumesGet details of a specific Volume
get
Path parameters
idstringRequired
Header parameters
x-api-keystringRequired
The API Key secret should be sent through this header to authenticate the request.
Responses
200
Return volume by ID
application/json
403
API key invalid
application/json
404
Not found
application/json
get
/gpu-cloud/volumes/{id}Delete a Volume
delete
Path parameters
idstringRequired
Header parameters
x-api-keystringRequired
The API Key secret should be sent through this header to authenticate the request.
Responses
204
Volume deleted successfully
403
API key invalid
application/json
404
Not found
application/json
delete
/gpu-cloud/volumes/{id}No content
Last updated