snippetbashTip
dvc destroy — Remove all DVC files and directories from a DVC project. More information: <https://doc.dvc.org/comm
Viewed 0 times
commandfilesalldvc destroyremoveandclidvc
Problem
How to use the
dvc destroy command: Remove all DVC files and directories from a DVC project. More information: <https://doc.dvc.org/command-reference/destroy>.Solution
dvc destroy — Remove all DVC files and directories from a DVC project. More information: <https://doc.dvc.org/command-reference/destroy>.Destroy the current project:
dvc destroyForce destroy the current project:
dvc destroy {{[-f|--force]}}Code Snippets
Destroy the current project
dvc destroyForce destroy the current project
dvc destroy {{[-f|--force]}}Context
tldr-pages: common/dvc destroy
Revisions (0)
No revisions yet.