Get service upgrade window
Returns the configured upgrade window for a service.
Errors:
- 401: missing, invalid, or disabled API key.
- 403: caller lacks
control-plane:service:viewon the service. - 404: service does not exist, is not visible to the caller, or no upgrade window has been configured.
GET
Get service upgrade window
Returns the configured upgrade window for a service.
Errors:
- 401: missing, invalid, or disabled API key.
- 403: caller lacks
control-plane:service:viewon the service. - 404: service does not exist, is not visible to the caller, or no upgrade window has been configured.
承認
Use key ID and key secret obtained in ClickHouse Cloud console: https://clickhouse.com/docs/cloud/manage/openapi
パスパラメータ
ID of the organization that owns the service.
ID of the service.
最終更新日 2026年7月24日
前へ
Set service upgrade windowCreates or fully replaces the upgrade window for a service. The upgrade window currently lasts 6 hours from `startHourUtc`. The upgrade window can only be set on primary services; secondary services inherit the primary service window.
Errors:
- 400: invalid field values (`weekday` not in 0–6, `startHourUtc` not in {0, 6, 12, 18}), or the service is a secondary service.
- 401: missing, invalid, or disabled API key.
- 403: caller lacks `control-plane:service:manage` on the service, or the organization does not have the scheduled upgrades feature enabled.
- 404: service does not exist or is not visible to the caller.
次へ
Get service upgrade window