Reset ClickHouse setting to default
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).
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
Use key ID and key secret obtained in ClickHouse Cloud console: https://clickhouse.com/docs/cloud/manage/openapi
Path Parameters
ID of the organization that owns the service.
ID of the service.
Name of the setting to reset.