Get a region's availability

Returns availability data for a single Region.


CLI

linode-cli regions view-avail us-east

Learn more...

Path Params
string
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

string
required

ID of the Region to look up.

Responses

Response body
array of objects
object
boolean

Filterable Whether the compute instance type is available in the region.

string

Filterable The compute instance Type ID.

string

Filterable The Region ID.

Language