Skip to main content

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_idQueryintegerrequired

    Identifier of the project to scope the request to. Required integer project ID.

    • required
    • must be a valid integer project ID
    example{{project_id}}
  • apikeyQuerystringrequired

    API key used to authenticate the request.

    • required
    • non-empty string
    example{{api_key}}
  • locationQuerystringrequired

    Region whose plans and pricing should be returned.

    • required
    • must be a valid region name (e.g., Delhi, Chennai)
    example{{location}}

Responses

200Successful response
object
codeinteger
example200
dataarray

Available worker node plans.

errorsobject
messagestring
exampleSuccess