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.
Request Body
application/json
RequiredclusterIdentity
Requiredstring"uuid"
scheduleRequestDate
string"date-time"
ignoreMaintenanceSchedule
booleanversion
RequiredstringPath Parameters
organisationSlug
RequiredobjectResponse Body
Request was successfully processed. The response body contains the requested data.
TypeScript Definitions
Use the response body type in TypeScript.
identity
string"uuid"
clusterIdentity
string"uuid"
createdAt
string"date-time"
modifiedAt
string"date-time"
windowStart
string"date-time"
windowEnd
string"date-time"
reason
stringfromClusterVersion
stringtoClusterVersion
stringstatus
string"REQUESTED" | "SCHEDULED" | "SCHEDULED_NOTIFIED" | "IN_PROGRESS" | "SUCCEEDED" | "SUPERSEDED" | "FAILED" | "MISSED"
clusterSlug
stringenvironmentSlug
stringorganisationSlug
stringscheduleRequestDate
string"date-time"
ignoreMaintenanceSchedule
boolean