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