Volumes

Retrieve available Volume offers

Access this endpoint to explore available volume offers, which is crucial when planning storage needs for your instances.

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
get
/gpu-cloud/volumes/offers

Create a new Volume

This endpoint is used when you need to create new Volume to add a persistent storage solution to your instance, ensuring to keep your dataset stored even after the instance stops.

post
Header parameters
x-api-keystringRequired

The API Key secret should be sent through this header to authenticate the request.

Body
cloudProviderstringRequiredExample: 668f9d8df664e3c028ce5de9
regionstringRequiredExample: us-east-1
namestringRequiredExample: my-volume
sizeInGbnumberRequiredExample: 10
Responses
post
/gpu-cloud/volumes

Get the list of Volumes created

Use this endpoint to get an overview of your active volumes, useful for monitoring storage usage and planning expansions.

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
get
/gpu-cloud/volumes

Get details of a specific Volume

Get specific details about a particular volume when you need to verify its configuration or status.

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
get
/gpu-cloud/volumes/{id}

Delete a Volume

Use this endpoint to delete volumes that are no longer needed, optimizing storage usage and reducing costs.

delete
Path parameters
idstringRequired
Header parameters
x-api-keystringRequired

The API Key secret should be sent through this header to authenticate the request.

Responses
delete
/gpu-cloud/volumes/{id}

No content

Last updated

Was this helpful?