toggle_monitors

Bulk activate or deactivate multiple monitors.

Bulk activate or deactivate multiple monitors.

Destructive · Writes data · Idempotent · Calls external systems. This tool can modify or delete data. Review the arguments before letting an agent call it.

Parameters

FieldTypeRequiredDescription
activebooleanYestrue to activate, false to deactivate
monitor_idsstringYesComma-separated monitor IDs to toggle

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "monitor_ids": "string",
  "active": false
}

Description

Use list_monitors to find IDs. If this fails with HTTP 400, one or more monitor IDs may be invalid or deleted — verify with get_monitor. For a single monitor, edit_monitor active= also works; this is the bulk path.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on