1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 23:55:47 +02:00
tldr/pages/common/dvc-unfreeze.md
2025-07-30 07:32:48 +03:00

337 B

dvc unfreeze

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

  • Unfreeze one or more specified stages:

dvc unfreeze {{stage_name1 stage_name2 ...}}