Skip to content

Commit 7b0cfb2

Browse files
committed
Docs: Rework close ml section (#41435)
Reworks the close ml section to work properly in Asciidoctor. It renders a little funny in AsciiDoc but AsciiDoc is on its way out anyway....
1 parent 91dcde3 commit 7b0cfb2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/reference/upgrade/close-ml.asciidoc

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

0 commit comments

Comments
 (0)