Skip to main content
PATCH
/
v3
/
monitors
/
alerts
/
:id
Update an alert config
curl --request PATCH \
  --url https://api.verlon.ai/v3/monitors/alerts/:id \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "config": "<unknown>",
  "channels": [
    "<unknown>"
  ],
  "triggerReanalysis": true,
  "isActive": true,
  "cooldownMinutes": 123
}
'
{
  "error": "<string>",
  "message": "<string>",
  "details": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.verlon.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Layer API key (prefixed sk-). Generated from the dashboard under Settings → API Keys, or via layer key create in the CLI.

Body

application/json
config
any
channels
any[]
triggerReanalysis
boolean
isActive
boolean
cooldownMinutes
number

Response

Alert config updated.