Request a cluster upgrade.
This endpoint is used to schedule or reschedule a cluster upgrade. Using the request body, you can: • Specify a desired start date and time for the upgrade using the scheduleRequestDate property. • Indicate whether the scheduler should bypass configured maintenance windows using the ignoreMaintenanceSchedule property. If ignoreMaintenanceSchedule is set to false, the scheduler will respect the configured maintenance windows and use the provided scheduleRequestDate as the starting point (“from date”) to determine the next available maintenance window.
This endpoint is used to schedule or reschedule a cluster upgrade.
Using the request body, you can: • Specify a desired start date and time for the upgrade using the scheduleRequestDate property. • Indicate whether the scheduler should bypass configured maintenance windows using the ignoreMaintenanceSchedule property.
If ignoreMaintenanceSchedule is set to false, the scheduler will respect the configured maintenance windows and use the provided scheduleRequestDate as the starting point (“from date”) to determine the next available maintenance window.
api
/v1
/orgs
/{organisationSlug}
/scheduled-cluster-upgrades
Request Body
application/json
RequiredclusterIdentity
Requiredstring
"uuid"
scheduleRequestDate
string
"date-time"
ignoreMaintenanceSchedule
boolean
version
Requiredstring
Path Parameters
organisationSlug
Requiredobject
Request was successfully processed. The response body contains the requested data.