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.
Double-check all inputs in the request body to ensure successful creation.
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.
You can use query parameters to fine-tune search results and find the best offer for your specific needs
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.
Ensure your API key is active and correctly entered to view your instances.
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.
Use the instance ID from your list to quickly retrieve detailed information.
Delete a GPU Cloud instance
If needed, ensure data backup before deleting instances to prevent data loss. Discover how to create persistent storage through the following endpoint.
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.
Last updated