diff --git a/docs/reference/ml/anomaly-detection/apis/get-snapshot.asciidoc b/docs/reference/ml/anomaly-detection/apis/get-snapshot.asciidoc index 6bb4176b28600..6de7965114552 100644 --- a/docs/reference/ml/anomaly-detection/apis/get-snapshot.asciidoc +++ b/docs/reference/ml/anomaly-detection/apis/get-snapshot.asciidoc @@ -15,6 +15,7 @@ Retrieves information about model snapshots. `GET _ml/anomaly_detectors//model_snapshots/` + [[ml-get-snapshot-prereqs]] == {api-prereq-title} @@ -22,6 +23,7 @@ Retrieves information about model snapshots. `monitor`, `manage_ml`, or `manage` cluster privileges to use this API. See <> and {ml-docs-setup-privileges}. + [[ml-get-snapshot-path-parms]] == {api-path-parms-title} @@ -40,6 +42,7 @@ You can get all snapshots for all calendars by using `_all`, by specifying `*` as the ``, or by omitting the ``. -- + [[ml-get-snapshot-request-body]] == {api-request-body-title} diff --git a/docs/reference/ml/anomaly-detection/apis/revert-snapshot.asciidoc b/docs/reference/ml/anomaly-detection/apis/revert-snapshot.asciidoc index 0fc11ecb965d7..6d80e73f78fe1 100644 --- a/docs/reference/ml/anomaly-detection/apis/revert-snapshot.asciidoc +++ b/docs/reference/ml/anomaly-detection/apis/revert-snapshot.asciidoc @@ -42,6 +42,12 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=job-id-anomaly-detection] ``:: (Required, string) include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=snapshot-id] ++ +-- +You can specify `empty` as the . Reverting to the `empty` snapshot +means the {anomaly-job} starts learning a new model from scratch when it is +started. +-- [[ml-revert-snapshot-request-body]] == {api-request-body-title}