local_ydb_cleanup_storage
Delete specified local YDB host paths or Docker volumes after reviewing storage leftovers, with confirm=true required for actual removal.
Instructions
Delete only the explicitly supplied local-ydb host paths or Docker volumes. Use after inspecting local_ydb_storage_leftovers; without confirm=true this returns the cleanup plan and removes nothing.
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 remove the explicitly supplied storage paths or Docker volumes. Omit or false for plan-only output. | |
| paths | No | Explicit host filesystem paths to remove. Nothing is deleted unless each path is supplied here and confirm=true. | |
| volumes | No | Explicit Docker volume names to remove. Nothing is deleted unless each volume is supplied here and confirm=true. |