Update Event
update_eventUpdate an existing event by ID or slug, modifying only specified fields. Set published to false to hide the event from the public site.
Instructions
Update an existing event by id or slug. Send only the fields to change. Set published to false to hide it from the public site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event id or slug | |
| city | No | ||
| slug | No | Unique URL slug, e.g. "savage-summit-nyc-2026" | |
| type | No | ||
| image | No | Image path on the site, e.g. "/images/events/sh-group.jpg" | |
| order | No | Sort order, lower comes first | |
| title | No | ||
| lineup | No | Speaker or guest names | |
| endDate | No | Event end as an ISO date string, e.g. "2026-08-01T18:00:00Z" | |
| rsvpUrl | No | ||
| featured | No | ||
| published | No | Unpublished events are hidden from the public site | |
| recurring | No | Recurrence label, e.g. "Monthly, NYC" | |
| startDate | No | Event start as an ISO date string, e.g. "2026-08-01T18:00:00Z" | |
| venueNote | No | Short venue note shown to attendees | |
| description | No |