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

upgrade_mode'manual' | 'auto_patch' | 'auto_minor' required
maintenance_dayinteger

0 (Sunday) to 6 (Saturday)

maintenance_startinteger

Window start hour (UTC)

Response

Settings updated

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Operation completed successfully"
}

Changes