Skip to main content
PUT
Set service upgrade window

Autorizaciones

Authorization
string
header
requerido

Use key ID and key secret obtained in ClickHouse Cloud console: https://clickhouse.com/docs/cloud/manage/openapi

Parámetros de ruta

organizationId
string<uuid>
requerido

ID of the organization that owns the service.

serviceId
string<uuid>
requerido

ID of the service.

Cuerpo

application/json
weekday
integer
requerido

Day of the week the upgrade window starts. 0 = Sunday, 1 = Monday, …, 6 = Saturday.

Rango requerido: 0 <= x <= 6
Ejemplo:

3

startHourUtc
enum<integer>
requerido

UTC hour when the upgrade window starts. Must be one of 0, 6, 12, or 18. The upgrade window currently lasts 6 hours from this start time.

Opciones disponibles:
0,
6,
12,
18
Ejemplo:

12

Respuesta

Successful response

status
number

HTTP status code.

Ejemplo:

200

requestId
string<uuid>

Unique id assigned to every request. UUIDv4

result
object
Última modificación el 13 de agosto de 2026