Skip to main content
POST
Bulk action on monitors

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Body

application/json

Request body for performing a bulk action on multiple monitors

monitorIds
string<uuid>[]
required

IDs of monitors to act on (max 200)

Maximum array length: 200

IDs of monitors to act on (max 200)

action
enum<string>
required

Action to apply to every monitor in the bulk request

Available options:
PAUSE,
RESUME,
DELETE,
ADD_TAG,
REMOVE_TAG
tagIds
string<uuid>[] | null

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)

newTags
object[] | null

New tags to create and attach (only for ADD_TAG)

Response

OK

data
object
required

Result of a bulk monitor action, including partial-success details