local_ydb_restore_tenant
Restore a YDB tenant from a dump; without confirm flag, preview the restore plan without applying changes.
Instructions
Restore the configured tenant from a dump under profile.dumpHostPath. Use after bootstrap or rebuild when the target tenant is ready; without confirm=true this returns the restore plan and does not write data.
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 restore the tenant from the selected dump. Omit or false for plan-only output. | |
| dumpName | Yes | Dump directory name under profile.dumpHostPath. |