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

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

organizationId
string<uuid>
requis

ID of the organization that owns the service.

serviceId
string<uuid>
requis

ID of the service to update.

Corps

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.

Options disponibles:
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.

Réponse

Successful response

status
number

HTTP status code.

Exemple:

200

requestId
string<uuid>

Unique id assigned to every request. UUIDv4

result
object
Dernière modification le 24 juillet 2026