Delete anomaly jobs from a calendar
DELETE
/_ml/calendars/{calendar_id}/jobs/{job_id} Required authorization
- Cluster privileges:
manage_ml
Parameters
path Path Parameters
| Name | Type |
|---|---|
calendar_id
required
A string that uniquely identifies a calendar. | type TypesId = string |
job_id
required
An identifier for the anomaly detection jobs. It can be a job identifier, a group name, or a comma-separated list of jobs or groups. | type TypesIds = type TypesId = string | type TypesId = string[] |
Responses
200 application/json
{ calendar_id: TypesId ;description?: string;job_ids: TypesIds ; }