Skip to main content
GET
List suitable flavors for instance resize

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

project_id
integer
required

Project ID

region_id
integer
required

Region ID

instance_id
string<uuid4>
required

Instance ID

Query Parameters

include_prices
boolean
default:false

Set to true if flavor listing should include flavor prices.

Response

200 - application/json

OK

count
integer
required

Number of objects

Required range: x >= 0
Example:

1

results
(Instances flavor schema without price · object | Instances flavor schema with price · object)[]
required

Objects

Instances flavor schema without price information