Skip to main content

List Master Node Plans & Pricing

Returns the compute plans (SKUs) available for the cluster's master node in the region, with each plan's specs (vCPU, RAM, disk), hourly/monthly pricing, supported Kubernetes version, and the committed-pricing (reserved) options. Use a plan's specs.id as sku_id and its plan string as slug_name when creating a cluster.

GET/api/v1/kubernetes/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
dataobject
errorsobject
messagestring
exampleSuccess