File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,16 @@ it puts increased load on the cluster.
2525prevent new jobs from opening by using the
2626<<ml-set-upgrade-mode,set upgrade mode API>>:
2727+
28- --
2928[source,js]
3029--------------------------------------------------
3130POST _ml/set_upgrade_mode?enabled=true
3231--------------------------------------------------
3332// CONSOLE
34-
33+ +
3534When you disable upgrade mode, the jobs resume using the last model
3635state that was automatically saved. This option avoids the overhead of managing
3736active jobs during the upgrade and is faster than explicitly stopping {dfeeds}
3837and closing jobs.
39- --
4038
4139* {stack-ov}/stopping-ml.html[Stop all {dfeeds} and close all jobs]. This option
4240saves the model state at the time of closure. When you reopen the jobs after the
You can’t perform that action at this time.
0 commit comments