Skip to main content

Convert Node Pool to Committed Nodes

Converts a node pool's hourly-billed worker nodes into committed (reserved) nodes for a fixed term, at a lower effective rate. Send sku_day_id - the committed-plan option to apply (a committed_sku_id from the plan's committed_sku list). Use the node pool's service_id.

POST/api/v1/kubernetes/convert-to-committed/{node_pool_id}/

Path parameters

  • node_pool_idPathintegerrequired

    The node pool service_id (from List Node Pools).

    • required
    • must be a valid node pool service ID
    example12346

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 of the cluster.

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

Request body

application/json

object

Convert the pool's nodes to committed (reserved) nodes.

sku_day_idintegerrequired

The committed-plan option to apply (a committed_sku_id from the plan's committed_sku list).

example9195
  • required
  • must be a valid committed SKU ID

Responses

200Successful response
object
codeinteger
example200
dataarray
errorsobject
messagestring
exampleKubernetes node pool vms are converted into Committed Nodes