Kubernetes
Upgrade to HA control plane
Promote a single-master cluster to a 3-master highly available control plane. The flat HA fee starts accruing once enabled.
On a pay-as-you-go cluster the flat HA fee simply starts accruing. On a subscription cluster the API charges the pro-rated HA fee to the saved payment method (balance first) and raises the monthly price; in the dashboard the upgrade goes through checkout.
post/api/v1/k8s/clusters/{cluster_id}/ha
Path parameters
cluster_idstring required
Cluster ID (short id, e.g. q7z7zg)
Headers
X-Project-IDstring uuid required
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Response
HA upgrade started
Example response
{
"success": true,
"message": "Operation completed successfully"
}