v3
latestOpenAPI 3.0.02026-07-2759120262.8 KBMonitors - Bulk Operations
Pause monitors by group and/or tag
Pauses monitors matching the specified filters. Provide groupId, tagId, or both. When both are given, only monitors matching both filters are affected. Returns per-monitor results.
post/monitors/bulk/pause
Request body
Example request
{
"groupId": 1,
"tagId": 42
}