1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 14:15:49 +02:00
tldr/pages/common/dvc-freeze.md

11 lines
330 B
Markdown
Raw Normal View History

# dvc freeze
> Freeze stages in the DVC pipeline.
> This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze.
2025-07-30 07:32:48 +03:00
> See also: `dvs unfreeze`.
> More information: <https://dvc.org/doc/command-reference/freeze>.
- Freeze one or more specified stages:
`dvc freeze {{stage_name1 stage_name2 ...}}`