cloud_insts_flavs_ls
Retrieve available instance flavors in a project and region, with optional filtering and pricing.
Instructions
Retrieve a list of available instance flavors in the project and region.
When
include_prices is specified, the list includes pricing information. Trial mode
clients see all prices as 0. Contact support for pricing errors.
Args: disabled: Flag for filtering disabled flavors in the region. Defaults to true
exclude_linux: Set to true to exclude flavors dedicated to linux images. Default False
exclude_windows: Set to true to exclude flavors dedicated to windows images. Default False
include_prices: Set to true if the response should include flavor prices
extra_headers: Send extra headers
extra_query: Add additional query parameters to the request
extra_body: Add additional JSON properties to the request
timeout: Override the client-level default timeout for this request, in seconds
Note: Pass the numeric project_id. When a project name is provided, resolve it via cloud.projects.list/cloud.projects.get. If nothing is specified, fetch the account's default project first and use that ID. Pass the numeric region_id. Resolve region names with cloud.regions.list or cloud.regions.get. If no region is mentioned, obtain the default region ID before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| region_id | Yes | ||
| disabled | No | ||
| exclude_linux | No | ||
| exclude_windows | No | ||
| include_prices | No | ||
| extra_headers | No | ||
| extra_query | No | ||
| extra_body | No | ||
| timeout | No |