Skip to main content

Pipeline schedule object

string
required
Date and time the trigger was created.
array of objects
Deprecated. Legacy event matching logic returned for existing event triggers. New trigger creation supports api and time schedule types.
integer
required
Trigger ID.
string
string
required
Name of trigger. Names are trimmed before validation, must include at least one letter or number, cannot exceed 255 characters, and must be unique within the pipeline.
datetime
Next scheduled execution date for the trigger, or null when no next run is scheduled.
integer
string
required
Pipeline UUID the trigger belongs to.
string
@once, @hourly, @daily, @weekly, @monthly
string
required
Trigger type. Supported new trigger creation uses api or time; event may appear for deprecated legacy event triggers.
object
Additional settings for the trigger.
integer
Optional SLA threshold in seconds. If the pipeline run has been running for more than the SLA value, then the pipeline will fail. A positive integer enables SLA enforcement; 0 clears the SLA on update.
datetime
Date and time when the trigger should start running.
string
required
active, inactive
array
An array of tag names. Each tag name can contain up to 70 characters.
string
Unique string used in the URL when triggering pipeline via API request.
datetime
required
Date and time the trigger was last updated.
object
Object containing variables for the pipeline that is being overwritten by this trigger.