Instance Type
An Instance Type is a resource describing the amount of CPU, RAM and GPUs allocated to a Compute instance.
Other Operations
get-instance-type
Retrieve Instance Type details
GET /instance-type/{id}Path parameters
idinpath(required)
Responses
200: 200application/jsonid(string): Instance type IDsize(string): Instance type sizefamily(string): Instance type familycpus(integer): CPU countgpus(integer): GPU countauthorized(boolean): Requires authorization or publicly availablememory(integer): Available memoryzones(array[string]): Instance Type available zones
SDK reference for get-instance-type: golang | Python | Java
CLI: exo api get-instance-type
list-instance-types
List Compute instance Types
GET /instance-typeResponses
200: 200application/jsoninstance-types(array[object]) - schema details
SDK reference for list-instance-types: golang | Python | Java
CLI: exo api list-instance-types
Last updated on