---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ydb.tech/docs/en/reference/ydb-cli/commands/configuration.md?version=v25.3
  - https://ydb.tech/docs/ru/reference/ydb-cli/commands/configuration.md?version=v25.3
  - href: en/reference/ydb-cli/commands/configuration/index.md
    type: text/markdown
    title: Markdown version
  - href: ../../../../llms.txt
    type: text/markdown
    title: llms.txt
sourcePath: en/core/reference/ydb-cli/commands/configuration/index.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# Configuration Management

The YDB CLI provides commands for managing the [dynamic configuration](https://ydb.tech/docs/en/devops/configuration-management/configuration-v1/dynamic-config.md?version=v25.3) at different levels of the system.

General command syntax:

```bash
ydb [global options...] admin [scope] config [subcommands...]
```

* `global options` — [Global parameters](https://ydb.tech/docs/en/reference/ydb-cli/commands/global-options.md?version=v25.3).
* `scope` — Configuration scope (`cluster`, `node`).
* `subcommands` — Subcommands for managing configuration.

View the command description:

```bash
ydb admin --help
```

## Available Configuration Scopes {#scopes}

### Cluster Configuration {#cluster}

Managing cluster-level configuration:

```bash
ydb admin cluster config [subcommands...]
```

Available subcommands:

* [fetch](https://ydb.tech/docs/en/reference/ydb-cli/commands/configuration/cluster/fetch.md?version=v25.3) - Fetches the current dynamic cluster configuration.
* [generate](https://ydb.tech/docs/en/reference/ydb-cli/commands/configuration/cluster/generate.md?version=v25.3) - Generates dynamic configuration based on the static configuration on the cluster.
* [replace](https://ydb.tech/docs/en/reference/ydb-cli/commands/configuration/cluster/replace.md?version=v25.3) - Replaces the dynamic configuration.
* version - Show configuration version on nodes (V1/V2).

### Node Configuration {#node}

Managing node-level configuration:

```bash
ydb admin node config [subcommands...]
```

Available subcommands:

* [init](https://ydb.tech/docs/en/reference/ydb-cli/commands/configuration/node/init.md?version=v25.3) - Initializes the directory for node configuration.
