Files
cheatsheet-tldr/tldr/dvc-unfreeze
2025-12-20 00:20:53 +00:00

16 lines
430 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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://doc.dvc.org/command-reference/unfreeze>.
- Unfreeze one or more specified stages:
`dvc unfreeze {{stage_name1 stage_name2 ...}}`