local_ydb_remove_dynamic_nodes
Remove extra dynamic tenant nodes from YDB one at a time, verifying node disappearance when the node IC port resolves. Supports explicit containers or IDs.
Instructions
Remove extra dynamic tenant nodes one at a time and verify nodelist disappearance when the node IC port can be resolved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Named profile from local-ydb.config.json. Defaults to config.defaultProfile. | |
| configPath | No | Explicit local-ydb config file path to load for this tool call. Useful when the MCP server should pick up a different config without restart. | |
| confirm | No | Must be true to execute planned commands. Omit or false for plan-only output. | |
| count | No | Number of extra dynamic nodes to remove. Defaults to 1. | |
| startIndex | No | Minimum suffix to consider removable. Defaults to 2. | |
| containers | No | Explicit extra dynamic-node container names to remove. | |
| nodeIds | No | Explicit YDB dynamic-node IDs to remove. IDs must resolve to extra dynamic-node containers; the profile's base dynamic node is not removable through this option. |