> For the complete documentation index, see [llms.txt](https://docs.rumi.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumi.systems/rumi-cli/commands/cloud/local/configure.md).

# configure

Update a configuration property in the local private cloud.

## Syntax

```bash
rumi cloud local configure --section <section> --key <key> --value <value>
```

## Options

| Option      | Short | Description                            | Required |
| ----------- | ----- | -------------------------------------- | -------- |
| `--section` | `-s`  | Configuration section                  | Yes      |
| `--key`     | `-k`  | Property key                           | Yes      |
| `--value`   | `-v`  | Property value; use `'null'` to remove | Yes      |

## Example

```bash
rumi cloud local configure --section logging --key level --value DEBUG
```

## See Also

* [deploy](/rumi-cli/commands/cloud/local/deploy.md)
* [provision](/rumi-cli/commands/cloud/local/provision.md)
