Create calendar APIedit

Instantiates a calendar.

Requestedit

PUT _ml/calendars/<calendar_id>

Prerequisitesedit

  • If the Elasticsearch security features are enabled, you must have manage_ml or manage cluster privileges to use this API. See Security privileges.

Descriptionedit

For more information, see Calendars and scheduled events.

Path parametersedit

<calendar_id>
(Required, string) Identifier for the calendar.

Request bodyedit

description
(Optional, string) A description of the calendar.

Examplesedit

PUT _ml/calendars/planned-outages

When the calendar is created, you receive the following results:

{
  "calendar_id": "planned-outages",
  "job_ids": []
}