Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Reset ClickHouse setting to default

Beta
DELETE/v1/organizations/{organizationId}/services/{serviceId}/clickhouseSettings/{settingName}

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

Path parameters

  • organizationIdstringrequired

    ID of the organization that owns the service.

    format: uuid
  • serviceIdstringrequired

    ID of the service.

    format: uuid
  • settingNamestringrequired

    Name of the setting to reset.

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
Navigation