/
BU
builderz-labs
/
Mission Control API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18m ago · Updated 2mo ago
Details
Filter operations
Admin
23
Agents
16
Alerts
4
get
List alert rules
put
Update alert rule
post
Create alert rule or evaluate rules
delete
Delete alert rule
Auth
10
Chat
5
Connections
3
Monitoring
8
Pipelines
5
Sessions
2
Super Admin
7
Tasks
9
Tokens
2
Webhooks
6
Workflows
4
Alerts
Update alert rule
put
/api/alerts
Request body
object
required
id
integer
required
name
string
description
string
enabled
boolean
entity_type
string
condition_field
string
condition_operator
string
condition_value
string
action_type
string
action_config
object
cooldown_minutes
integer
Response
Rule updated
object
required
rule
AlertRule
Changes