Instance Types

instance_types

Methods

Get Instance Type ->
get/v1/instance_types/{region}/{name}

Get an instance type by region and name

List Instance Types -> Cursor<>
get/v1/instance_types

List instance types

query Parameters
cursor: string
Optional

Pagination cursor returned by a previous request

limit: number
Optional
(maximum: 100, minimum: 10, default: 10)

Maximum number of items to return

Response fields
Request example
200Example

Domain types

InstanceType = { chipset, created_at, family, 6 more... }

Instance type.

InstanceTypeList = { items, pagination }