OpenSearch/docs/reference/upgrade/open-ml.asciidoc
debadair a3ef565a25 [DOCS] First pass at upgrade updates for 7.0. (#39944)
* [DOCS] First pass at upgrade updates for 7.0.

* [DOCS] Updates X-Pack terminology

* [DOCS] Incorporated feedback from lcawl.
2019-03-13 14:43:32 -07:00

15 lines
524 B
Plaintext

[testenv="platinum"]
If you temporarily halted the tasks associated with your {ml} jobs,
use the <<ml-set-upgrade-mode,set upgrade mode API>> to return them to active
states:
[source,js]
--------------------------------------------------
POST _ml/set_upgrade_mode?enabled=false
--------------------------------------------------
// CONSOLE
If you closed all {ml} jobs before the upgrade, open the jobs and start the
datafeeds from {kib} or with the <<ml-open-job,open jobs>> and
<<ml-start-datafeed,start datafeed>> APIs.