Get ClickHouse setting
Disclaimer: This beta endpoint is evolving; the API contract may change.
Returns the current value of a ClickHouse setting for the service. Use the schema endpoint to discover which settings are configurable.
GET
Get ClickHouse setting
Beta
Disclaimer: This beta endpoint is evolving; the API contract may change.
Returns the current value of a ClickHouse setting for the service. Use the schema endpoint to discover which settings are configurable.
Returns the current value of a ClickHouse setting for the service. Use the schema endpoint to discover which settings are configurable.
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 retrieve.
Last modified on July 11, 2026
Previous
Reset ClickHouse setting to default**Disclaimer:** This beta endpoint is evolving; the API contract may change. <br /><br /> 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).
Next
Get ClickHouse setting