Monitors - Bulk Operations
Start monitors by group and/or tag
Starts all paused 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/start
Request body
Example request
{
"groupId": 1,
"tagId": 42
}