Instantiates a calendar.
Requires the manage_ml
cluster privilege. This privilege is included in the
machine_learning_admin
built-in role.
For more information, see Calendars and scheduled events.
resp = client.ml.put_calendar( calendar_id="planned-outages", ) print(resp)
response = client.ml.put_calendar( calendar_id: 'planned-outages' ) puts response
const response = await client.ml.putCalendar({ calendar_id: "planned-outages", }); console.log(response);
PUT _ml/calendars/planned-outages
When the calendar is created, you receive the following results:
{ "calendar_id": "planned-outages", "job_ids": [] }