Skip to main content
PUT
Set service upgrade window

Авторизации

Authorization
string
header
обязательно

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

Параметры пути

organizationId
string<uuid>
обязательно

ID of the organization that owns the service.

serviceId
string<uuid>
обязательно

ID of the service.

Тело

application/json
weekday
integer
обязательно

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

Требуемый диапазон: 0 <= x <= 6
Пример:

3

startHourUtc
enum<integer>
обязательно

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.

Доступные опции:
0,
6,
12,
18
Пример:

12

Ответ

Successful response

status
number

HTTP status code.

Пример:

200

requestId
string<uuid>

Unique id assigned to every request. UUIDv4

result
object
Последнее изменение 3 сентября 2026 г.