local_ydb_destroy_stack
Remove a profile's tenant metadata, Docker containers, network, and storage. Optionally clean up host paths and auth artifacts.
Instructions
Remove tenant metadata, local-ydb containers, network, and storage for a profile, with optional host-path cleanup.
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. | |
| removeBindMountPath | No | Delete profile.bindMountPath when the profile uses a bind mount. Defaults to false. | |
| removeAuthArtifacts | No | Delete explicit authConfigPath, dynamicNodeAuthTokenFile, and rootPasswordFile when configured. Defaults to false. | |
| removeDumpHostPath | No | Delete profile.dumpHostPath. Defaults to false because it may be shared. |