You cannot delete the active model snapshot. To delete that snapshot, 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.
##Required authorization
- Cluster privileges:
manage_ml
DELETE
/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}
Console
DELETE _ml/anomaly_detectors/farequote/model_snapshots/1491948163
curl \
--request DELETE 'http://api.example.com/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}'
Response examples (200)
A successful response when deleting an existing model snapshot.
{
"acknowledged": true
}