Skip to main content
DELETE
Reset ClickHouse setting to default
Beta Disclaimer: This beta endpoint is evolving; the API contract may change.

Removes a previously-configured ClickHouse setting, reverting its effective value to the platform default. Settings under spec.extraConfig.server.* (e.g. keep_alive_timeout, shared_merge_tree_disable_merges_and_mutations_assignment) trigger a ClickHouse server rollout restart; other settings propagate to all replicas after a short delay. Deleting a setting that was never configured is a no-op (200 OK).

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
string<uuid>
required

ID of the organization that owns the service.

serviceId
string<uuid>
required

ID of the service.

settingName
string
required

Name of the setting to reset.

Response

Successful response

status
number

HTTP status code.

Example:

200

requestId
string<uuid>

Unique id assigned to every request. UUIDv4

Last modified on July 9, 2026