Navigation
This version of the documentation is archived and no longer supported. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.
This version of the manual is no longer supported.

Maintenance Windows

The maintenanceWindows resource turns off alert notifications for specified alert types for a period of time to allow maintenance to occur.

Endpoints

The following endpoints are available for maintenanceWindows.

Method Endpoint Description
GET /groups/{PROJECT-ID}/maintenanceWindows/ Retrieve all maintenance windows with end dates in the future.
GET /groups/{PROJECT-ID}/maintenanceWindows/{MW-ID} Retrieve one maintenance window with an end date in the future.
POST /groups/{PROJECT-ID}/maintenanceWindows Create one maintenance window.
PATCH /groups/{PROJECT-ID}/maintenanceWindows/{MW-ID} Update one maintenance window with an end date in the future.
DELETE /groups/{PROJECT-ID}/maintenanceWindows/{MW-ID} Delete one maintenance window with an end date in the future.