1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-09 00:05:24 +02:00
tldr/pages/common/dvc-destroy.md
2025-04-25 14:45:48 +03:00

12 lines
260 B
Markdown

# dvc destroy
> Remove all DVC files and directories from a DVC project.
> More information: <https://dvc.org/doc/command-reference/destroy>.
- Destroy the current project:
`dvc destroy`
- Force destroy the current project:
`dvc destroy {{[-f|--force]}}`