v17

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-08165682.0 MB
Organizations

List available cluster sizes

List available cluster sizes for an organization

Authorization

A service token or OAuth token must have at least one of the following access or scopes in order to use this API endpoint:

Service Token Accesses read_organization

OAuth Scopes

ResourceScopes
Userread_organizations
Organizationread_organization
get/organizations/{organization}/cluster-size-skus

Path parameters

organizationstring required

Organization name slug from list_organizations. Example: acme.

Query parameters

engine'mysql' | 'postgresql'

The database engine to filter by. Defaults to 'mysql'.

ratesboolean

Whether to include pricing rates in the response. Defaults to false.

regionstring

The region slug to get rates for. If not specified, uses the organization's default region.

databasestring

The database name to resolve rates for. When specified, database-level custom rates take precedence over organization rates.

Response

Returns available cluster sizes with optional pricing rates

namestring required

The name of the cluster SKU

display_namestring required

The display name

cpustring required

The number of CPUs

storageinteger nullable required

The amount of storage in bytes

raminteger required

The amount of memory in bytes

metalboolean required

Whether or not the cluster SKU is Metal

enabledboolean required

Whether or not the cluster SKU is enabled for the organization

providerstring nullable required

The provider of the cluster SKU (nil, AWS or GCP)

default_vtgatestring required

The default vtgate size for the cluster SKU

default_vtgate_ratenumber nullable required

The default vtgate rate for the cluster SKU

replica_ratenumber nullable

The replica rate for the cluster SKU

ratenumber nullable

The rate for the cluster SKU

sort_orderinteger required

The sort order of the cluster SKU

architecturestring nullable

The architecture of the cluster SKU (null, x86_64 or arm64)

developmentboolean required

Whether or not the cluster SKU is a development SKU

productionboolean required

Whether or not the cluster SKU is a production SKU