Update Cluster Trigger
Update a cluster trigger.
Allowed updates:
- schedule_config: Modify trigger schedule
- description: Update description
- status: Change status (use pause/resume endpoints instead)
Not allowed:
- trigger_type: Must delete and recreate
- cluster_id: Immutable
- execution_config: Immutable
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Trigger ID
Body
Response
Successful Response
Model for cluster trigger.
Namespace ID
Organization internal ID
Configuration for cluster execution
Type of trigger
cron, interval, event, conditional Type-specific schedule configuration
Unique trigger ID
Optional link to cluster definition
Current status
active, paused, disabled, failed Last time trigger fired
Job ID of last execution
Next scheduled execution time
Total executions
Consecutive execution failures
Status of last execution
Error from last execution
Current event count since last trigger
Last time cooldown was applied
Creation timestamp
Last update timestamp
User who created trigger
Trigger description

