Delete a monitor.
Deletes a monitor, stopping all future executions. Deleted monitors can no longer be updated or retrieved.
Documentation Index
Fetch the complete documentation index at: https://docs.parallel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Response object for a monitor, including its status, cadence and metadata.
ID of the monitor.
The query being monitored.
"Recent news about LLM models."
Status of the monitor.
active, canceled "active"
"canceled"
Frequency of the monitor. Format: '' where unit is 'h' (hours), 'd' (days), or 'w' (weeks). Must be between 1h and 30d (inclusive).
"1d"
"1w"
"1h"
"2w"
Timestamp of the creation of the monitor.
"2025-01-15T10:30:00Z"
Deprecated: use 'frequency' field instead.
daily, weekly, hourly, every_two_weeks "daily"
User-provided metadata stored with the monitor. Returned in webhook notifications and GET requests, enabling you to map responses to corresponding objects in your application.
{
"slack_thread_id": "1234567890.123456",
"user_id": "U123ABC"
}Webhook configuration for the monitor.
Output schema for the monitor event.
Source policy governing preferred and disallowed domains in web search results.
{
"exclude_domains": ["reddit.com", "x.com", ".ai"],
"include_domains": ["wikipedia.org", "usa.gov", ".edu"]
}Timestamp of the last run for the monitor.
"2025-01-15T10:30:00Z"
If true, the first execution includes historical events matching the query. Subsequent executions return only new events since the previous run.