GPU Cloud instances
The following endpoints allow to create and manage GPU Cloud instances from the API.
Get the list of available offers
Use this endpoint when you want to explore the different GPU instance options available for your project. This is particularly useful when planning new deployments and needing to compare offers to find the best fit in terms of cost and performance.
The API Key secret should be sent through this header to authenticate the request.
Returns the list of available offers for instances
API key invalid
Not found
Create a GPU Cloud instance
Use this endpoint when you're ready to launch a new GPU instance for a specific project or task. This is the crucial step to deploy new computing resources.
The API Key secret should be sent through this header to authenticate the request.
my-machine-name668f9d8df664e3c028ce5de9A6000668f9d8df664e3c028ce5de9us-east-1668f9d8df664e3c028ce5de9ssh-rsa AAAAB3NzaC1yc2EADAQABAAAAgQDsl21/gI87CHcHX21sNAwckJNdCXMlOKcQVZBxEsEE9FNpxWu8VIJl8kNBYm0oBiDvTOgtC7ru+mz2MJBsBlnFxT732LUDwf1otPPzQ3jUEtFFfYqWN4lyGJ4tLLTuPmXCrNM+rt00nzlGS0WFvjszjw== [email protected]Return the created instance
API key invalid
Not found
Make sure you filled the right OS name, such as ubuntu24.04_cuda12.4_shade_os. You can retrieve the os available with the /gpu-cloud/instances/offers endpoint.
Get the list of instances created
This endpoint is essential for users who want an overview of all the instances they have created. It is ideal for managing and monitoring current resources.
The API Key secret should be sent through this header to authenticate the request.
Returns the list of user instances
API key invalid
API key not found
Get details about a GPU Cloud instance created
This endpoint is useful when you need to check the details and status of a specific instance, for example, for troubleshooting or configuration verification.
The API Key secret should be sent through this header to authenticate the request.
Return the instance's details
API key invalid
Not found
Delete a GPU Cloud instance
Use this endpoint when you want to free up resources by deleting an instance that is no longer needed, optimizing your resource usage and costs.
The API Key secret should be sent through this header to authenticate the request.
Instance deleted successfully
API key invalid
Not found
No content
Last updated
Was this helpful?