LinuxCommandLibrary

dvc-destroy

Remove all DVC files and directories from a DVC project.

TLDR

Destroy the current project

$ dvc destroy
copy


Force destroy the current project
$ dvc destroy --force
copy

Copied to clipboard