OpsGenie status pages shut down in April 2027 along with the rest of the platform. If customers rely on your OpsGenie-hosted status page to check service health during incidents, that page will become a dead link unless you migrate it.
I put together this guide covering the full status page migration process: auditing your current setup, handling DNS cutover without breaking bookmarks, running parallel pages during transition, and connecting your new status page to live monitors so it updates automatically.
For the full shutdown timeline and platform alternatives, see the OpsGenie shutdown alternatives guide.
Key Takeaways
- OpsGenie status pages go offline in April 2027. Customers who rely on your page will see a broken link.
- Custom domains (status.yourcompany.com) make migration smooth since you control the DNS record and customers never need to update bookmarks.
- Run both status pages in parallel for two to four weeks before cutting over.
- Platforms like Hyperping auto-connect monitors to status page components, so incident status updates happen in real time without manual work.
- Start early. Status page migration is customer-facing, so mistakes are more visible than internal tooling changes.
OpsGenie status pages are going away
Most teams focused on the OpsGenie shutdown talk about on-call scheduling and alert routing. But if you use OpsGenie's status page feature, that is going away too. Your public status page URL, whether it is on the OpsGenie domain or a custom domain pointing to OpsGenie, will stop working in April 2027.
This matters more than most teams realize. Your status page is the one piece of your incident management stack that is customer-facing. On-call schedules and escalation policies are internal. Status pages are external. When your status page breaks, customers notice immediately. They cannot check whether an outage is on their end or yours, and your support team gets flooded with "is the site down?" messages.
If you have not thought about why you need a status page as part of your incident communication strategy, now is a good time. The OpsGenie shutdown forces the decision.
Why status page migration needs its own plan
I have seen teams treat status page migration as a footnote in their broader OpsGenie transition. That is a mistake, and it comes down to three differences between status pages and internal tooling.
Customers bookmark your status page. If you change the URL without handling DNS properly, those bookmarks break. Customers will not automatically discover the new location. Some of your customers may have your status page URL in their own runbooks or SLA documentation.
Search engines index your status page. If the old URL disappears, people searching "yourcompany status" on Google land on a 404. That erodes trust at exactly the moment customers need reassurance.
Status pages must stay accurate during migration. If you are running parallel systems and posting updates to only one page, customers checking the other page see stale information. During an active incident, that inconsistency causes confusion and damages credibility.
The bottom line: status page migration needs dedicated planning, a DNS cutover strategy, and subscriber communication. It should not be an afterthought.
What to look for in a replacement
When I evaluated status page platforms for teams migrating from OpsGenie, these criteria came up repeatedly:
Custom domain support. You should be able to use your own domain (status.yourcompany.com) rather than the provider's hosted URL. This is the single most important feature for a smooth migration because it lets you change providers without breaking customer bookmarks.
Monitor-connected components. The best status pages reflect real service health, not manual updates. Look for a platform that connects your uptime monitors directly to status page components so the page updates automatically when monitors detect issues.
Subscriber notifications. Customers and internal teams should be able to subscribe to specific components and receive notifications via email, Slack, or SMS when status changes.
Component grouping. You should be able to organize components by service, region, or team. This keeps the page readable as your infrastructure grows. I wrote about this in more detail in grouped services in status pages.
Private status pages. Some teams need internal-only status pages for coordination during incidents. If you use OpsGenie's status pages for internal visibility, make sure your replacement supports private/internal status pages with authentication.
For a broader comparison of status page tools, see the best Statuspage alternatives.
How to migrate without breaking bookmarks (DNS cutover)
The migration path depends on whether you use a custom domain or the OpsGenie-hosted domain.
If you use a custom domain (status.yourcompany.com)
This is the smoothest path. You own the DNS record, so you control where it points.
- Lower your DNS TTL to 300 seconds a few days before migration. This ensures DNS caches refresh quickly when you make the switch.
- Set up your new status page with matching components, branding, and subscriber groups.
- Update the CNAME record to point to your new provider's domain.
- Test the URL in multiple browsers and on mobile. Clear your cache and test again.
- Restore TTL to normal (3600 seconds or higher) after confirming the switch works.
Customers visiting status.yourcompany.com will reach your new page automatically. No broken bookmarks, no email announcements needed.
If you use the OpsGenie-hosted domain
If your status page lives at something like yourcompany.opsgenie.com, you do not control that URL after shutdown. You have two options:
Send a subscriber notification with your new status page URL. This works if you have a manageable subscriber list and most subscribers check email.
Register a custom domain now (status.yourcompany.com), set it up with your new provider, and start directing customers there before the shutdown. This gives you long-term control over the URL regardless of which provider you use.
I recommend the second approach. Owning your status page domain means you never face this problem again during future provider changes.
Hyperping status pages: what you get
Hyperping combines monitoring, on-call, and status pages in one platform, which makes it a natural fit for teams migrating from OpsGenie. Here is what the status page feature includes:
Auto-updating components from monitors. Each status page component can be linked to one or more uptime monitors. When a monitor detects downtime, the component automatically shows as degraded or down. When the monitor recovers, the component goes back to operational. No manual updates required.
Custom domains with SSL. Point your own domain to Hyperping and get automatic SSL certificate provisioning. Your status page looks like it belongs to your brand, not a third-party tool.
Grouped services. Organize components by service, region, or team. Customers see a clear breakdown of what is affected during an incident instead of a flat list of component names.
Subscriber notifications. Email and webhook notifications when components change state. Teams can subscribe to specific components so they only get alerts relevant to their services.
Private pages with SSO. Create internal status pages that require authentication. Useful for platform teams coordinating across multiple services during incidents.
Historical uptime data. Each component shows uptime history so customers (and your own team) can track reliability trends over time.
The key advantage over OpsGenie's status pages is the direct connection to monitoring. OpsGenie's status pages required manual updates or integration with a separate monitoring tool. Hyperping's monitors feed directly into the status page, so the page always reflects current service health.
Step-by-step migration
Phase 1: Audit (1 week)
Inventory your OpsGenie status pages. List every page you run, including public pages, private pages, and any with custom domains. For each page, record:
- Current URL and domain configuration
- Component structure and groupings
- Subscriber count and notification channels
- Custom branding (logo, colors, CSS)
- Integration with monitoring tools (if any)
Export incident history. Pull historical incident data from OpsGenie so you have a reference for typical incident patterns and communication cadence.
Phase 2: Setup (1-2 weeks)
Recreate your component structure in your new platform. Match the same service names, groupings, and ordering so the page looks familiar to returning customers.
Connect monitors to components. If you are moving to a platform like Hyperping that includes built-in monitoring, set up monitors for each service and link them to the corresponding status page component. This replaces the manual update workflow you had with OpsGenie.
Configure subscriber notifications. Import your subscriber list and set up the same notification channels (email, Slack, webhooks) you had before.
Apply custom branding. Match your company logo, colors, and any custom CSS from your OpsGenie status page.
Phase 3: Parallel operation (2-4 weeks)
Run both status pages simultaneously. During this period:
- Post incident updates to both pages so information stays consistent
- Verify subscribers receive notifications from your new platform
- Confirm that auto-updating components reflect actual monitor state
- Watch for any discrepancies between the two pages
This overlap period catches configuration gaps before they affect customers.
Phase 4: Cutover (1 day)
Switch DNS (if using a custom domain) or notify subscribers (if changing URLs). Stop posting updates to the OpsGenie page. Monitor for 404 errors or customer complaints in the days following cutover.
Keep the OpsGenie page accessible in read-only mode for as long as possible so customers can still reference historical incidents.
Auto-updating status pages from monitors
This is the feature that makes the biggest practical difference after migration.
With OpsGenie, status page updates were typically manual. An on-call engineer would detect downtime (often from a separate monitoring tool), acknowledge the alert, and then separately log into the status page to post an update. During a stressful incident, that manual step frequently gets skipped or delayed. Customers see "all systems operational" while the service is clearly down.
With a platform like Hyperping, the flow changes. Your monitors continuously check your endpoints. When a monitor fails, two things happen simultaneously: your on-call team gets alerted, and the corresponding status page component automatically marks as degraded or down. When the monitor recovers, the status page updates on its own.
This means your status page is always honest. There is no gap between reality and what customers see. And your on-call team spends time fixing the problem instead of manually updating a status page under pressure.
If you are already planning to replace OpsGenie and your monitoring tool with a single platform, auto-updating status pages come as part of that consolidation. One setup step connects monitoring, alerting, and public-facing status communication.
For a complete walkthrough of the broader OpsGenie migration process, see the 14-step migration checklist. And for help migrating your alert integrations (Datadog, Prometheus, AWS), see the integration migration guide.
FAQ
When do OpsGenie status pages shut down? ▼
OpsGenie shuts down completely in April 2027, including status pages, alert routing, and on-call scheduling. Any public status page hosted on the OpsGenie domain will become unavailable at that date.
How do I migrate my custom status page domain from OpsGenie? ▼
If you use a custom domain like status.yourcompany.com, update your DNS CNAME record to point to your new status page provider. Lower the TTL to 300 seconds before the switch so DNS caches refresh quickly. Customers visiting your custom domain will reach the new page without updating any bookmarks.
What happens to my status page subscribers during migration? ▼
You will need to re-create your subscriber list in your new platform. Export subscriber email addresses from OpsGenie before migration and import them into your replacement. Send a notification to subscribers letting them know about the change, especially if the URL is changing.
Can my status page update automatically when monitors detect downtime? ▼
Yes. Platforms like Hyperping connect uptime monitors directly to status page components. When a monitor detects downtime, the corresponding component automatically shows as degraded or down. When it recovers, the status page updates without manual intervention.
Should I migrate my status page separately from on-call and alerting? ▼
Status page migration should happen alongside your broader OpsGenie migration, but it needs its own planning because it is customer-facing. Broken status page links affect external users, not just your internal team. Plan the DNS cutover and subscriber communication as separate workstreams within your overall migration timeline.



