HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

dvc destroy — Remove all DVC files and directories from a DVC project. More information: <https://doc.dvc.org/comm

Submitted by: @import:tldr-pages··
0
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 destroy


Force destroy the current project:
dvc destroy {{[-f|--force]}}

Code Snippets

Destroy the current project

dvc destroy

Force destroy the current project

dvc destroy {{[-f|--force]}}

Context

tldr-pages: common/dvc destroy

Revisions (0)

No revisions yet.