local_ydb_cleanup_storage
Delete only explicitly supplied local-ydb storage paths or Docker volumes. Run without confirm=true to see the cleanup plan and remove nothing, then set confirm=true to apply the cleanup.
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 |
|---|---|---|---|
| paths | No | Explicit host filesystem paths to remove. Nothing is deleted unless each path is supplied here and confirm=true. | |
| confirm | No | Must be true to remove the explicitly supplied storage paths or Docker volumes. Omit or false for plan-only output. | |
| profile | No | Named profile from local-ydb.config.json. Defaults to config.defaultProfile. | |
| volumes | No | Explicit Docker volume names to remove. Nothing is deleted unless each volume is supplied here and confirm=true. | |
| configPath | No | Absolute path to an explicit local-ydb config file. Missing, unreadable, oversized, or invalid explicit files fail closed instead of using defaults. |