open-ml.asciidoc 524 B

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