Configurations
A configuration consists of the specific GPU, CPU, and storage settings for an instance.
Get the list of available configurations
To see available configurations, call the List available configurations endpoint.
Example request:
Make sure to replace the <api_key>
with your own API key.
The endpoint returns a list of configuration objects, as shown in this example response:
When you create an instance, you must specify a value for gpu_type
. The value you specify for gpu_count
determines the CPU count, as well as the RAM and NVME storage sizes.
Note
If you do not provide a value forgpu_count
when creating an instance, 1
is used as the default.