2025-03-14 21:59:59 -06:00
|
|
|
# dvc freeze
|
|
|
|
|
|
|
|
|
|
> Freeze stages in the DVC pipeline.
|
|
|
|
|
> This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze.
|
2026-02-18 06:55:01 -07:00
|
|
|
> See also: `dvc unfreeze`.
|
|
|
|
|
> More information: <https://doc.dvc.org/command-reference/freeze>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Freeze one or more specified stages:
|
|
|
|
|
|
|
|
|
|
`dvc freeze {{stage_name1 stage_name2 ...}}`
|