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
마지막 수정일 2026년 9월 3일