---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ydb.tech/docs/en/reference/ydb-cli/commands/configuration/cluster.md?version=main
  - https://ydb.tech/docs/ru/reference/ydb-cli/commands/configuration/cluster.md?version=main
sourcePath: en/core/reference/ydb-cli/commands/configuration/cluster/index.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# Cluster Configuration Management Commands

Cluster configuration management commands are designed for working with the configuration at the level of the entire YDB cluster. These commands allow cluster administrators to view, modify, and manage [settings](https://ydb.tech/docs/en/reference/configuration/index.md?version=main) that apply to all cluster nodes.

<!-- source: en/reference/ydb-cli/commands/configuration/_includes/danger-warning.md -->
{% note alert %}

Commands in this section can harm your cluster if used incorrectly. Due to the potentially dangerous nature of these commands, ALL global parameters must be specified explicitly. Profiles are disabled by default and are only used when explicitly specified (--profile <profile-name>). Some commands do not require global options that are otherwise mandatory.

{% endnote %}
<!-- endsource: en/reference/ydb-cli/commands/configuration/_includes/danger-warning.md -->

General syntax for calling cluster configuration management commands:

```bash
ydb [global options] admin cluster config [command options] <subcommand>
```

Where:

- `ydb` – The command to run the YDB CLI from the operating system command line.
- `[global options]` – Global options, common to all YDB CLI commands.
- `admin cluster config` – The command for managing cluster configuration.
- `[command options]` – Command options specific to each command and subcommand.
- `<subcommand>` – The subcommand.

## Commands {#list}

The following is a list of available subcommands for managing cluster configuration. Any command can be called from the command line with the `--help` option to get help for it.

Command / Subcommand | Brief Description
--- | ---
[admin cluster config fetch](./fetch.md) | Fetch the current dynamic configuration (aliases: `get`, `dump`)
[admin cluster config generate](./generate.md) | Generate dynamic configuration from the static startup configuration
[admin cluster config replace](./replace.md) | Replace the dynamic configuration
admin cluster config vesion | Show configuration version on nodes (V1/V2)
