Search + K

Command Palette

Search for a command to run...

Sign In

Delete anomaly jobs from a calendar

DELETE /_ml/calendars/{calendar_id}/jobs/{job_id}
Copy endpoint

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
type TypesId = string
;description?: string;job_ids: TypesIds
type TypesIds = TypesId | TypesId[]
; }