Bulk action on monitors
Applies PAUSE, RESUME, DELETE, ADD_TAG, or REMOVE_TAG to a list of monitors. Returns a partial-success response indicating which monitors succeeded and which failed.
Documentation Index
Fetch the complete documentation index at: https://docs.devhelm.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key (dh_live_...) or Auth0 JWT token
Body
Request body for performing a bulk action on multiple monitors
IDs of monitors to act on (max 200)
200IDs of monitors to act on (max 200)
Action to apply to every monitor in the bulk request
PAUSE, RESUME, DELETE, ADD_TAG, REMOVE_TAG Tag IDs to attach or detach (required for ADD_TAG and REMOVE_TAG)
Tag IDs to attach or detach (required for ADD_TAG and REMOVE_TAG)
New tags to create and attach (only for ADD_TAG)
Response
OK
Result of a bulk monitor action, including partial-success details