Components
Manage individual services and systems on your status page.
What are Components?
Components represent individual services, systems, or features that you want to display on your status page. Each component has its own status.
Creating Components
- Go to Admin → Components
- Click Add Component
- Enter name and description
- Assign to a status page
- Optionally assign to a group
- Save
Component Statuses
| Status | Color | Description |
|---|---|---|
| Operational | Green | Working normally |
| Degraded Performance | Amber | Slower than normal |
| Partial Outage | Orange | Some features down |
| Major Outage | Red | Completely down |
| Under Maintenance | Indigo | Planned downtime |
Updating Status
Manual Update
- Go to Admin → Components
- Click on a component
- Change the status
- Save
Via Incident
Component status automatically updates when linked to incidents.
Via API
PATCH /api/v1/components/1/status
{ "status": "degraded" }Ordering
Drag and drop components to reorder them on the status page.
Visibility
- Visible - Shown on status page
- Hidden - Not shown but tracked
