Update a specific status page by id
curl --request PUT \
--url https://api.rootly.com/v1/status-pages/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "status_pages",
"attributes": {
"title": "<string>",
"public_title": "<string>",
"description": "<string>",
"public_description": "<string>",
"header_color": "<string>",
"footer_color": "<string>",
"allow_search_engine_index": true,
"show_uptime": true,
"show_uptime_last_days": 30,
"success_message": "<string>",
"failure_message": "<string>",
"authentication_method": "none",
"authentication_enabled": false,
"authentication_password": "<string>",
"saml_idp_sso_service_url": "<string>",
"saml_idp_slo_service_url": "<string>",
"saml_idp_cert": "<string>",
"saml_name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"website_url": "<string>",
"website_privacy_url": "<string>",
"website_support_url": "<string>",
"ga_tracking_id": "<string>",
"time_zone": "Etc/UTC",
"public": true,
"service_ids": [
"<string>"
],
"functionality_ids": [
"<string>"
],
"enabled": true
}
}
}
'{
"data": {
"id": "4ea7a647-ba78-4fc1-b909-6edae0fb532f",
"type": "status_pages",
"attributes": {
"title": "My Status Page Updated",
"slug": "my-status-page-updated",
"public_title": null,
"description": "My Status Page Description Updated",
"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": 60,
"external_domain_names": [],
"authentication_method": "none",
"saml_idp_sso_service_url": null,
"saml_idp_slo_service_url": null,
"saml_idp_cert": null,
"saml_idp_cert_fingerprint": null,
"saml_name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"saml_sp_entity_id": "http://localhost:3001/teams/471/status-pages/4ea7a647-ba78-4fc1-b909-6edae0fb532f/saml/metadata",
"saml_authentication_available": false,
"created_at": "2025-12-05T04:24:09.764-08:00",
"updated_at": "2025-12-05T04:24:13.821-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
Show child attributes
status_pages Show child attributes
The title of the status page
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 Message showing when all components are operational
Message showing when at least one component is not operational
Authentication method
none, password, saml Enable authentication (deprecated - use authentication_method instead)
Authentication password
SAML IdP SSO service URL
SAML IdP SLO service URL
SAML IdP certificate
SAML name identifier format
urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient, urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified 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
status page SAML updated
Show child attributes
Unique ID of the status page
status_pages Show child attributes
The title of the status page
Date of creation
Date of last update
The slug of the status page
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 Message showing when all components are operational
Message showing when at least one component is not operational
Authentication method
none, password, saml Enable authentication (deprecated - use authentication_method instead)
Authentication password
SAML IdP SSO service URL
SAML IdP SLO service URL
SAML IdP certificate
SAML IdP certificate fingerprint
SAML name identifier format
urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress, urn:oasis:names:tc:SAML:2.0:nameid-format:persistent, urn:oasis:names:tc:SAML:2.0:nameid-format:transient, urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified 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
External domain names attached to the status page
Enabled / Disable the status page
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/status-pages/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "status_pages",
"attributes": {
"title": "<string>",
"public_title": "<string>",
"description": "<string>",
"public_description": "<string>",
"header_color": "<string>",
"footer_color": "<string>",
"allow_search_engine_index": true,
"show_uptime": true,
"show_uptime_last_days": 30,
"success_message": "<string>",
"failure_message": "<string>",
"authentication_method": "none",
"authentication_enabled": false,
"authentication_password": "<string>",
"saml_idp_sso_service_url": "<string>",
"saml_idp_slo_service_url": "<string>",
"saml_idp_cert": "<string>",
"saml_name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"website_url": "<string>",
"website_privacy_url": "<string>",
"website_support_url": "<string>",
"ga_tracking_id": "<string>",
"time_zone": "Etc/UTC",
"public": true,
"service_ids": [
"<string>"
],
"functionality_ids": [
"<string>"
],
"enabled": true
}
}
}
'{
"data": {
"id": "4ea7a647-ba78-4fc1-b909-6edae0fb532f",
"type": "status_pages",
"attributes": {
"title": "My Status Page Updated",
"slug": "my-status-page-updated",
"public_title": null,
"description": "My Status Page Description Updated",
"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": 60,
"external_domain_names": [],
"authentication_method": "none",
"saml_idp_sso_service_url": null,
"saml_idp_slo_service_url": null,
"saml_idp_cert": null,
"saml_idp_cert_fingerprint": null,
"saml_name_identifier_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"saml_sp_entity_id": "http://localhost:3001/teams/471/status-pages/4ea7a647-ba78-4fc1-b909-6edae0fb532f/saml/metadata",
"saml_authentication_available": false,
"created_at": "2025-12-05T04:24:09.764-08:00",
"updated_at": "2025-12-05T04:24:13.821-08:00"
}
}
}