1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:42:07 +02:00
tldr/pages/common/dvc-destroy.md
Puneetha Pai 91e565ba81 Apply suggestions from code review
Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-08-21 23:53:25 +01:00

251 B

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 --force