firecrawl_monitor_update
Update a monitor by modifying its status, schedule, or other properties. Pass only the fields to change.
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 |