mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
13 lines
260 B
Markdown
13 lines
260 B
Markdown
# 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]}}`
|