Skip to main content
Learn more about Status Pages in the Status Pages overview.
Use public Status Pages to show the uptime of your services through organized cards. Status pages help communicate service availability to your users and stakeholders.

Configuration

ParameterTypeRequiredDefaultDescription
namestring-Name of the status page
cardsStatusPageCardProps[]-Array of card objects containing services
urlstring-Subdomain under checkly-status-page.com (unique across all accounts)
customDomainstring-Custom domain (e.g., status.example.com)
logostring-URL to logo image for the header
redirectTostring-URL to redirect when logo is clicked
faviconstring-URL to favicon image
defaultThemestring'AUTO'Theme: 'DARK' | 'LIGHT' | 'AUTO'

StatusPage Options

name
string
required
Name of the status page displayed in the header and browser title.Usage:
Use cases: Brand visibility, service identification, regional status pages, internal team pages.
cards
array
required
Array of card objects that organize services into logical groups on the status page.Usage:
Parameters:
ParameterTypeRequiredDescription
namestringDisplay name for the card
servicesStatusPageService[]Array of services to display on this card
Examples:
Use cases: Service organization, user experience optimization, incident communication, operational clarity.
url
string
required
Subdomain under checkly-status-page.com that must be unique across all Checkly accounts.Usage:
Use cases: Public status pages, team-specific status pages, service-specific monitoring, temporary status pages.
customDomain
string
Custom domain for your status page (e.g., status.example.com). Requires DNS configuration and domain verification.Usage:
Use cases: Brand consistency, SEO benefits, professional appearance, domain ownership.
URL to logo image displayed in the status page header. Must be publicly accessible.Usage:
Use cases: Brand recognition, visual consistency, professional presentation, team identification.
redirectTo
string
URL to redirect users when they click the logo. Typically your main website or service.Usage:
Use cases: Navigation flow, user engagement, brand consistency, service discovery.
favicon
string
URL to favicon image displayed in browser tabs. Must be publicly accessible.Usage:
Use cases: Browser tab identification, brand consistency, visual organization, professional appearance.
defaultTheme
string
Default color theme for the status page. Options: ‘LIGHT’, ‘DARK’, or ‘AUTO’ (follows system preference).Usage:
Use cases: User preference accommodation, brand consistency, accessibility, professional appearance.

Examples

Service Reuse: A single StatusPageService can be used across multiple status pages and cards, making it easy to maintain consistent service definitions.