tldr/pages/common/dvc-unfreeze.md

332 B

dvc unfreeze

Unfreeze stages in DVC pipeline. This makes DVC to start tracking changes in stage dependencies again after they were frozen. More information: https://dvc.org/doc/command-reference/unfreeze.

  • Unfreeze given stage/s:

dvc unfreeze {{stage_name/s}}

  • Freeze given stage/s:

dvc freeze {{stage_name/s}}