[DOCS] Describe how to identify active ML model snapshot (elastic/x-pack-elasticsearch#1677)

Original commit: elastic/x-pack-elasticsearch@61766d0975
This commit is contained in:
Lisa Cawley 2017-06-08 16:02:41 -07:00 committed by GitHub
parent b31c8e2661
commit e29ab36849
1 changed files with 2 additions and 4 deletions

View File

@ -12,10 +12,8 @@ The delete model snapshot API enables you to delete an existing model snapshot.
==== Description ==== Description
IMPORTANT: You cannot delete the active model snapshot. To delete that snapshot, IMPORTANT: You cannot delete the active model snapshot. To delete that snapshot,
first revert to a different one. first revert to a different one. To identify the active model snapshot, refer to
the `model_snapshot_id` in the results from the get jobs API.
//TBD: Where do you see restorePriority? Per old docs, the active model snapshot
//is "...the snapshot with the highest restorePriority".
==== Path Parameters ==== Path Parameters