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_idPathintegerrequiredThe node pool
service_id(from List Node Pools).- required
- must be a valid node pool service ID
example12346
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 of the cluster.
- required
- must be a valid region name (e.g., Delhi, Chennai)
example{{location}}
Request body
application/json
Convert the pool's nodes to committed (reserved) nodes.
The committed-plan option to apply (a committed_sku_id from the plan's committed_sku list).
example
9195- required
- must be a valid committed SKU ID
Responses
200Successful response
example
200example
Kubernetes node pool vms are converted into Committed Nodes