Instantiates a calendar.
PUT _ml/calendars/<calendar_id>
For more information, see Calendars and Scheduled Events.
calendar_id
description
You must have manage_ml, or manage cluster privileges to use this API. For more information, see Security Privileges.
manage_ml
manage
The following example creates the planned-outages calendar:
planned-outages
PUT _ml/calendars/planned-outages
When the calendar is created, you receive the following results:
{ "calendar_id": "planned-outages", "job_ids": [] }