Kubernetes
Set upgrade mode and maintenance window
manual (default) — you start upgrades yourself. auto_patch — patch releases are applied automatically in the maintenance window (notice email ~72h before). auto_minor — minors too, after a stability period. The window is 4 hours from maintenance_start (UTC) on maintenance_day.
patch/api/v1/k8s/clusters/{cluster_id}/maintenance
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).
Request body
Response
Settings updated
Example response
{
"success": true,
"message": "Operation completed successfully"
}