Overview
Reference
- AlertEvents
- AlertGroups
- AlertUrgencies
- AlertSources
- Alerts
- Audits
- Authorizations
- CatalogEntities
- CatalogEntityProperties
- CatalogFields
- Catalogs
- Causes
- [DEPRECATED] CustomFieldOptions
- [DEPRECATED] CustomFields
- CustomForms
- DashboardPanels
- Dashboards
- Environments
- EscalationPolicies
- EscalationLevelsPolicies
- EscalationLevelsPath
- EscalationLevels
- EscalationPaths
- FormFieldOptions
- FormFieldPlacementConditions
- FormFieldPlacements
- FormFieldPositions
- FormFields
- FormSetConditions
- FormSets
- Functionalities
- WorkflowTasks
- [DEPRECATED] WorkflowCustomFieldSelections
- WorkflowFormFieldConditions
- WorkflowGroups
- WorkflowRuns
- Workflows
- Heartbeats
- IncidentActionItems
- [DEPRECATED] IncidentCustomFieldSelections
- IncidentEventFunctionalities
- IncidentEventServices
- IncidentEvents
- IncidentFeedbacks
- IncidentFormFieldSelections
- IncidentPermissionSetBooleans
- IncidentPermissionSetResources
- IncidentPermissionSets
- IncidentRetrospectives
- IncidentRetrospectiveSteps
- IncidentRoleTasks
- IncidentRoles
- IncidentStatusPageEvents
- IncidentSubStatuses
- IncidentTypes
- Incidents
- IpRanges
- LiveCallRouters
- OnCallRoles
- OnCallShadows
- OverrideShifts
- PlaybookTasks
- Playbooks
- RetrospectiveTemplates
- Pulses
- RetrospectiveConfigurations
- RetrospectiveProcessGroupSteps
- RetrospectiveProcessGroups
- RetrospectiveProcesses
- RetrospectiveSteps
- Roles
- ScheduleRotationActiveDays
- ScheduleRotationUsers
- ScheduleRotations
- Schedules
- Shifts
- Secrets
- Services
- Severities
- StatusPageTemplates
- StatusPages
- SubStatuses
- Teams
- UserNotificationRules
- Users
- WebhooksDeliveries
- WebhooksEndpoints
Delete a status page
Delete a specific status page by id
curl --request DELETE \
--url https://api.rootly.com/v1/status-pages/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "9a87469b-6761-41f7-8f37-8ff308462930",
"type": "status_pages",
"attributes": {
"title": "Aut sit et consequuntur.",
"public_title": null,
"description": null,
"public_description": null,
"header_color": "#0061F2",
"footer_color": "#1F2F41",
"allow_search_engine_index": true,
"public": false,
"website_url": null,
"website_privacy_url": null,
"website_support_url": null,
"ga_tracking_id": null,
"time_zone": "Etc/UTC",
"success_message": "All Systems Operational",
"failure_message": "Something's not quite right",
"authentication_enabled": false,
"authentication_password": "[REDACTED]",
"enabled": true,
"functionality_ids": [],
"service_ids": [],
"allow_email_subscribers": true,
"allow_sms_subscribers": true,
"allow_rss_atom_feeds": true,
"show_uptime": true,
"show_uptime_last_days": 90,
"created_at": "2025-03-05T15:13:19.868-08:00",
"updated_at": "2025-03-05T15:13:25.438-08:00"
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Unique ID of the status page
status_pages
The title of the status page
Date of creation
Date of last update
The public title of the status page
The description of the status page
The public description of the status page
The color of the header. Eg. "#0061F2"
The color of the footer. Eg. "#1F2F41"
Allow search engines to include your public status page in search results
Show uptime
Show uptime over x days
30
, 60
, 90
, 180
, 360
Message showing when all components are operational
Message showing when at least one component is not operational
Enable authentication
Authentication password
Website URL
Website Privacy URL
Website Support URL
Google Analytics tracking ID
A valid IANA time zone name.
Make the status page accessible to the public
Services attached to the status page
Functionalities attached to the status page
Enabled / Disable the status page
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/status-pages/%7Bid%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"id": "9a87469b-6761-41f7-8f37-8ff308462930",
"type": "status_pages",
"attributes": {
"title": "Aut sit et consequuntur.",
"public_title": null,
"description": null,
"public_description": null,
"header_color": "#0061F2",
"footer_color": "#1F2F41",
"allow_search_engine_index": true,
"public": false,
"website_url": null,
"website_privacy_url": null,
"website_support_url": null,
"ga_tracking_id": null,
"time_zone": "Etc/UTC",
"success_message": "All Systems Operational",
"failure_message": "Something's not quite right",
"authentication_enabled": false,
"authentication_password": "[REDACTED]",
"enabled": true,
"functionality_ids": [],
"service_ids": [],
"allow_email_subscribers": true,
"allow_sms_subscribers": true,
"allow_rss_atom_feeds": true,
"show_uptime": true,
"show_uptime_last_days": 90,
"created_at": "2025-03-05T15:13:19.868-08:00",
"updated_at": "2025-03-05T15:13:25.438-08:00"
}
}
}