firecrawl_monitor_update
Update a monitor's configuration by patching fields such as name, status, schedule, targets, goal, and more.
Instructions
Update a monitor. Pass any subset of fields to patch: name, status ("active" | "paused"), schedule, targets, goal, judgeEnabled, webhook, notification, retentionDays.
Usage Example:
{
"name": "firecrawl_monitor_update",
"arguments": {
"id": "mon_abc123",
"body": { "status": "paused" }
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes |