File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11[testenv="platinum"]
22
3+ ////////////
4+ Take us out of upgrade mode after running any snippets on this page.
5+
6+ [source,js]
7+ --------------------------------------------------
8+ POST _ml/set_upgrade_mode?enabled=false
9+ --------------------------------------------------
10+ // CONSOLE
11+ // TEARDOWN
12+ ////////////
13+
314If your {ml} indices were created earlier than the previous major version, they
415must be reindexed. In those circumstances, there must be no machine learning
516jobs running during the upgrade.
@@ -29,4 +40,4 @@ POST _ml/set_upgrade_mode?enabled=true
2940This method does not persist the absolute latest model state, rather it uses the
3041last model state that was automatically saved. By halting the tasks, you avoid
3142incurring the cost of managing active jobs during the upgrade and it's quicker
32- than stopping {dfeeds} and closing jobs.
43+ than stopping {dfeeds} and closing jobs.
You can’t perform that action at this time.
0 commit comments