Trigger pipeline
POST/v2/pipelines/:pipeline_key/trigger
Manually trigger a pipeline run outside of the normal schedule. The pipeline will fetch new data from the source and process it through the agent. Returns the created run.
Request
Responses
- 201
- 403
- 404
- 409
The pipeline run has been created.
Permissions do not allow triggering this pipeline.
Pipeline not found.
A run is already in progress for this pipeline.