List Worker Node Plans & Pricing
Returns the compute plans (SKUs) available for worker nodes in the region, with each plan's OS image, specs (vCPU, RAM, disk), pricing, and committed-pricing options. Use a plan's specs.id as sku_id and its plan string as slug_name when defining a node pool.
GET
/api/v1/kubernetes/worker-plans/Query parameters
project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used to authenticate the request.
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredRegion whose plans and pricing should be returned.
- required
- must be a valid region name (e.g., Delhi, Chennai)
example{{location}}
Responses
200Successful response
example
200Available worker node plans.
example
Success