v171

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0726249111.7 MB
Alerts

Update an alert

Updates alert metadata, query, condition, notifiers, or enabled state. Query and condition changes restart the evaluation schedule; disabling stops it. project_id is immutable.

patch/v2/alerts/{alert_id}

Path parameters

alert_idstring required

Alert ID to update.

Request body

display_namestring

New workspace-unique display name. Omit to keep the current name.

descriptionstring

New description. Omit to keep the current description.

signalstring

New UI signal preset. Omit to keep the current value.

notifier_idsstring[]

Replacement notifier set. Omit to keep the current notifiers.

enabledboolean

New enabled state. Omit to keep the current state.

Response

OK