Skip to main content
PATCH
Update service basic details
Updates basic service details like service name or IP access list.

承認

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 to update.

ボディ

application/json
name
string

Name of the service. Alphanumerical string with whitespaces up to 50 characters.

Required string length: 1 - 50
ipAccessList
object
privateEndpointIds
object
releaseChannel
enum<string>

Select fast if you want to get new ClickHouse releases as soon as they are available. You'll get new features faster, but with a higher risk of bugs. Select slow if you would like to defer releases to give yourself more time to test. This feature is only available for production services. default is the regular release channel.

利用可能なオプション:
slow,
default,
fast
endpoints
object[]

List of service endpoints to change

transparentDataEncryptionKeyId
string

The id of the key to rotate

tags
object
enableCoreDumps
boolean

If true, the underlying infra is enabled for collecting core dumps.

レスポンス

Successful response

status
number

HTTP status code.

:

200

requestId
string<uuid>

Unique id assigned to every request. UUIDv4

result
object
最終更新日 2026年7月24日