# Update cluster configuration

**PUT /v1/cluster_config**

Modify cluster configuration properties of a cluster.


## Servers
- http://localhost:9644: http://localhost:9644 ()



## Parameters


### Query parameters
- **force** (string)
  If nonzero, skip validation of properties, and permit setting unknown properties
- **dry_run** (string)
  If nonzero, do not apply any changes (but still do validation and return 400 on errors)

### Body: application/json (object)

- **upsert** (object)
  Cluster configuration property key-value pairs to add or update.
- **remove** (array[string])
  Cluster configuration property keys to reset to their default.


## Responses
### 200
Success


[Powered by Bump.sh](https://bump.sh)
