local_ydb_destroy_stack
Delete a profile's Docker-based YDB stack: remove containers, network, storage, and tenant metadata, with optional host-path cleanup after confirmation.
Instructions
Remove tenant metadata, local-ydb containers, network, and storage for a profile, with optional host-path cleanup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to execute planned commands. Omit or false for plan-only output. | |
| profile | No | Named profile from local-ydb.config.json. Defaults to config.defaultProfile. | |
| configPath | No | Absolute path to an explicit local-ydb config file. Missing, unreadable, oversized, or invalid explicit files fail closed instead of using defaults. | |
| removeDumpHostPath | No | Delete profile.dumpHostPath. Defaults to false because it may be shared. | |
| removeAuthArtifacts | No | Delete explicit authConfigPath, dynamicNodeAuthTokenFile, and rootPasswordFile when configured. Defaults to false. | |
| removeBindMountPath | No | Delete profile.bindMountPath when the profile uses a bind mount. Defaults to false. |