Skip to main content
POST
/
v1
/
monitors
/
{monitor_id}
/
trigger
Python
from parallel import Parallel

client = Parallel()

client.monitor.trigger("monitor_id")
{
  "type": "error",
  "error": {
    "ref_id": "fcb2b4f3-c75e-4186-87bc-caa1a8381331",
    "message": "Unauthorized: invalid or missing credentials"
  }
}

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.

Authorizations

x-api-key
string
header
required

Path Parameters

monitor_id
string
required

Response

Monitor run enqueued.