/
BU
builderz-labs
/
Mission Control API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Admin
31
Agents
22
Alerts
4
get
List alert rules
put
Update alert rule
post
Create alert rule or evaluate rules
delete
Delete alert rule
API
25
Auth
11
Chat
5
Connections
3
Docs
1
Mentions
1
Monitoring
9
Pipelines
5
Projects
11
Quality
2
Releases
1
Sessions
10
Skills
7
Super Admin
7
System
2
Tasks
12
Tokens
3
Webhooks
8
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