Reconcile a cluster
POST/core/clusters/:cluster_id/reconcile
Triggers reconciliation manually for a specific Kubernetes cluster. This operation checks and restores the desired state of the cluster, resolving drift between expected and actual configuration. Use this when your cluster is in an ERROR state or experiencing issues such as stalled provisioning or unresponsive components.
If reconciliation does not resolve the issue, delete the cluster and create a new one rather than retrying. Repeated reconciliation attempts are unlikely to fix underlying infrastructure or configuration problems.
Manual reconciliation is disabled while a cluster is already in the RECONCILING state. For what each cluster status means, see the cluster statuses guide.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Success
Bad Request
Unauthorized
Not Found
Internal Server Error