We commit to ≥99.0% monthly platform uptime under our Service Level Agreement (SLA). In a 30-day month, that’s at most 432 minutes (7h 12m) of unplanned downtime. Scheduled maintenance is excluded.
Month length | Max failed self-tests |
28 days | 20 |
30 days | 21 |
31 days | 22 |
Thresholds assume one failed check ≈ one 20-minute window. Final SLA uses incident start–end timestamps in Coordinated Universal Time (UTC).
When/Why: Verify your month’s uptime or support an SLA-credit request.
Prerequisites: List of unplanned incidents with start–end times (UTC), or a count of failed 20-minute checks.
Method A — using incident minutes
DaysInMonth × 24 × 60Method B — using failed 20-minute checks
FailedChecks × 20Copy-paste (Excel/Sheets)
= ((A2 - B2) / A2) * 100Where A2 = TotalMinutes, B2 = UnplannedDowntimeMinutes.
Optional pass/fail helper
=IF(((A2-B2)/A2)>=0.99,"Meets 99%","Below 99%")Copy-paste CSV template (example)
DaysInMonth,UnplannedDowntimeMinutes,FailedChecks30,420,21FailedChecks = 21 → Downtime = 420 minUptime = (43,200 − 420) / 43,200 = 99.03% ✅ Meets 99.0%.440 min →Uptime = (44,640 − 440) / 44,640 = 99.01% ✅ Meets 99.0%.FailedChecks = 21 → Downtime = 420 min →Uptime = (40,320 − 420) / 40,320 = 98.96% ❌ Below 99.0%.If your measured uptime falls below 99.0% (per your plan’s SLA), submit a request.
Submission template (copy-paste)
Subject: SLA Credit Request – <Account Name> – <Month YYYY-MM>Plan: <Your Plan>Observed Uptime: <e.g., 98.85%>Evidence: <incident timestamps or failed-check counts, screenshots, ticket links>Maintenance Windows: <list scheduled windows>Business Impact: <brief>Contact: <name, email, phone>Where to submit: Support portal → ticket type SLA Credit, or email support@myoperator.com with the above details.
What’s the standard uptime? ≥ 99.0% monthly (plan-specific).
Does scheduled maintenance count against uptime? No; it’s excluded.
How often do you test availability? Every 20 minutes (72/day), plus real-time monitoring.
How can I verify uptime myself? Use the formula above with incident minutes or failed checks and compare to the 99.0% threshold.