1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 05:15:41 +02:00
tldr/pages/common/dvc-freeze.md
2025-07-30 07:32:48 +03:00

10 lines
330 B
Markdown

# dvc freeze
> Freeze stages in the DVC pipeline.
> This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze.
> 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 ...}}`