Path parameters
- job_id
string Required Identifier for the anomaly detection job.
- snapshot_id
string Required Identifier for the model snapshot.
DELETE /_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}
curl \
--request DELETE 'http://api.example.com/_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}' \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response when deleting an existing model snapshot.
{
"acknowledged": true
}