##Required authorization
- Cluster privileges:
manage_ml
PUT
/_ml/calendars/{calendar_id}
Console
PUT _ml/calendars/planned-outages
curl \
--request PUT 'http://api.example.com/_ml/calendars/{calendar_id}' \
--header "Content-Type: application/json" \
--data '{"job_ids":["string"],"description":"string"}'