Update component
instatus_update_componentUPDATES a component by id — this MODIFIES live status-page data. The key way to set a component's operational status (OPERATIONAL, UNDERMAINTENANCE, DEGRADEDPERFORMANCE, PARTIALOUTAGE, MAJOROUTAGE). Send only the fields you want to change. Instatus: PUT /v2/{page_id}/components/{component_id}. Returns the updated component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Component name. | |
| order | No | Display order of the component on the page. | |
| status | No | Operational status of the component. | |
| grouped | No | Whether the component is displayed within a group. | |
| page_id | Yes | The status page's id. | |
| archived | No | Whether the component is archived (hidden). | |
| showUptime | No | Whether to show the uptime graph for this component. | |
| description | No | Free-form component description. | |
| component_id | Yes | The component's id to update. |