Downtimes
A downtime is a window during which scheduled Monitors are paused, so planned maintenance does not generate false alerts or count against your conformance and quality results. Downtimes can be applied to an individual schedule, or set at the Organization level so that all schedules respect the same window.
This is a task-oriented guide for working with downtimes. For the underlying REST API, the Org-level Downtime endpoints are documented in the API Reference and are cross-linked throughout this page.
Organization-wide downtimes are managed from Organization settings, which is an Enterprise-tier capability. See the pricing page for plan availability.
Downtime scopes
| Scope | Where you set it | What it covers |
|---|---|---|
| Per-schedule downtime | On a schedule, via Add Downtime (and New Downtime for all schedules on the Schedules page) | A single schedule's runs during the window |
| Organization-wide downtime | Organization settings → Downtimes tab | All schedules across the Organization — every schedule respects these windows |
The Schedules page notes that "All schedules will respect organization-wide downtimes." Use an Organization-wide downtime for maintenance that affects every project; use a per-schedule downtime for a window that should only pause one schedule.
Add a downtime from the Schedules page
To pause a single schedule, use the Add Downtime action on that schedule's row. To pause every schedule, use New Downtime for all schedules on the Schedules page. Each downtime has a start and end (with timezone) and can repeat daily or weekly.
For the full step-by-step on per-schedule downtime windows — including the daylight-saving and start-time adjustment behavior — see Managing Project-Level Downtimes.
The exact fields in the Organization downtime dialog could not be verified against a live tenant for this guide. Use the Create Org-level Downtime API reference for the authoritative request schema.
Manage Organization-wide downtimes
Organization-wide downtimes are listed and managed from Organization settings → Downtimes. These windows apply across the Organization, and all schedules respect them.
To manage Organization-wide downtimes:
- Open Organization settings for your Organization.
- Select the Downtimes tab to view existing Organization downtime windows.
- Add, edit, or remove windows as needed.
Managing downtimes with the API
Org-level downtimes have a full CRUD surface in the REST API. You can list, create, update, and delete downtime configurations across your Organization's projects.
| Task | API Reference (Try-It) | Endpoint guide |
|---|---|---|
| List all Org-level downtimes | List Org-level Downtimes | List Org-level Downtimes |
| Create a downtime across one or more projects | Create Org-level Downtime | Create Org-level Downtime |
| Update an existing downtime | Update Org-level Downtime | Update Org-level Downtime |
| Delete a downtime | Delete Org-level Downtime | Delete Org-level Downtime |
These endpoints require a valid Access Token. See the Device Code Authorization Flow for obtaining one.
See also
- Managing Project-Level Downtimes — step-by-step per-schedule downtime windows.
- Setting and Managing Schedules — how scheduling works and how downtimes interact with it.
- Org-level Integrations — other Organization-level settings (Integrations, Certificates, Downtimes).
- List Org-level Downtimes — full REST API reference for downtime CRUD.
- Pricing — plan availability for Organization settings.