GPU Cloud instances
The following endpoints allow to create and manage GPU Cloud instances from the API.
Last updated
Was this helpful?
The following endpoints allow to create and manage GPU Cloud instances from the API.
Last updated
Was this helpful?
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.
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
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.
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.
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.
Returns the list of available offers for instances
"A6000x8"
100
"cloudProviderId"
"instanceOfferId"
"regionId"
Return the created instance
"668f9d8df664e3c028ce5de9"
"668f9d8df664e3c028ce5de9"
"my-machine-name"
"us-central-2"
["668f9d8df664e3c028ce5de9"]
true
"2023-08-08T12:34:56.789Z"
"2023-08-08T12:34:56.789Z"
Returns the list of user instances
"668f9d8df664e3c028ce5de9"
"668f9d8df664e3c028ce5de9"
"my-machine-name"
"us-central-2"
["668f9d8df664e3c028ce5de9"]
true
"2023-08-08T12:34:56.789Z"
"2023-08-08T12:34:56.789Z"
Return the instance's details
"668f9d8df664e3c028ce5de9"
"668f9d8df664e3c028ce5de9"
"my-machine-name"
"us-central-2"
["668f9d8df664e3c028ce5de9"]
"127.0.0.1"
"sesterce"
22
"0"
10
"2024-11-15T12:40:44.023Z"
"2024-11-15T12:40:44.051Z"
Instance deleted successfully