From e29ab36849f1dd4f910015681e0ff76785904e49 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Thu, 8 Jun 2017 16:02:41 -0700 Subject: [PATCH] [DOCS] Describe how to identify active ML model snapshot (elastic/x-pack-elasticsearch#1677) Original commit: elastic/x-pack-elasticsearch@61766d0975f69d86208d5a99b124b1aa04edb4a8 --- docs/en/rest-api/ml/delete-snapshot.asciidoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/en/rest-api/ml/delete-snapshot.asciidoc b/docs/en/rest-api/ml/delete-snapshot.asciidoc index e95039494e9..3b9fe2f5afc 100644 --- a/docs/en/rest-api/ml/delete-snapshot.asciidoc +++ b/docs/en/rest-api/ml/delete-snapshot.asciidoc @@ -12,10 +12,8 @@ The delete model snapshot API enables you to delete an existing model snapshot. ==== Description IMPORTANT: You cannot delete the active model snapshot. To delete that snapshot, -first revert to a different one. - -//TBD: Where do you see restorePriority? Per old docs, the active model snapshot -//is "...the snapshot with the highest restorePriority". +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. ==== Path Parameters