Instance Type

An Instance Type is a resource describing the amount of CPU, RAM and GPUs allocated to a Compute instance.

Read more


Other Operations

get-instance-type

Retrieve Instance Type details

GET /instance-type/{id}

Path parameters

  • id in path (required)

Responses

  • 200: 200
    • application/json
      • id (string): Instance type ID
      • size (string): Instance type size
      • family (string): Instance type family
      • cpus (integer): CPU count
      • gpus (integer): GPU count
      • authorized (boolean): Requires authorization or publicly available
      • memory (integer): Available memory
      • zones (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-type

Responses

  • 200: 200

SDK reference for list-instance-types: golang | Python | Java

CLI: exo api list-instance-types

Last updated on