Forrest logo
back to context overview

dvc-gc

List of commands for dvc-gc:

  • dvc-gc:tldr:32f15 dvc-gc: Garbage collect from the cache, keeping only versions referenced by branch, tags, and commits.
    $ dvc gc --all-branches --all-tags --all-commits
    try on your machine
    explain this command
  • dvc-gc:tldr:53784 dvc-gc: Garbage collect from the cache, including a specific cloud remote storage.
    $ dvc gc --all-commits --cloud --remote ${remote_name}
    try on your machine
    explain this command
  • dvc-gc:tldr:72386 dvc-gc: Garbage collect from the cache, keeping only versions referenced by the current workspace.
    $ dvc gc --workspace
    try on your machine
    explain this command
  • dvc-gc:tldr:d91a5 dvc-gc: Garbage collect from the cache, including the default cloud remote storage (if set).
    $ dvc gc --all-commits --cloud
    try on your machine
    explain this command
back to context overview