Update Trigger
Update a trigger.
Allowed updates:
schedule_config: Modify trigger scheduledescription: Update descriptionstatus: Change status (prefer using pause/resume endpoints)
Not allowed:
action_type: Must delete and recreatetrigger_type: Must delete and recreateaction_config: Must delete and recreate
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Trigger ID
Body
Response
Successful Response
Unified trigger model for all action types.
A trigger defines:
- What to execute (action_type + action_config)
- When to execute (trigger_type + schedule_config)
- State tracking (execution count, failures, next scheduled time)
Namespace ID
Organization internal ID
Type of action to execute
cluster, taxonomy_enrichment, batch_rerun, collection_trigger Action-specific configuration
Type of schedule
cron, interval, event, conditional Schedule-specific configuration
Unique trigger identifier
Current trigger status
active, paused, disabled, failed Last time trigger fired
Task ID of last execution
Next scheduled execution time
Total successful executions
Consecutive failures
Status of last execution
Error from last execution (if failed)
Current event count since last trigger
Last time cooldown was applied
Baseline snapshot for drift measurement (captured after successful execution)
Result of most recent drift measurement check
When condition was last evaluated
Human-readable description
Creation timestamp
Last update timestamp
User who created trigger

