update_status_page_incident
Update a published status page incident's title, severity, or state. Edits mark it as human-authored, preventing auto-resolution.
Instructions
Update a published incident's title, severity or state (PATCH semantics). Any edit marks the publication as human-authored, which stops the auto-resolve pipeline from closing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | New public state. Allowed: "investigating", "identified", "monitoring", "resolved". | |
| title | No | New customer-facing title. | |
| severity | No | New severity. Allowed: "minor", "major", "critical". Pass an empty string to clear it. | |
| pageIdentifier | Yes | Status page UID or URL-friendly slug, e.g. "public". | |
| publicationUid | Yes | UID of the incident publication to act on. |