trigger_pipeline
Manually start an automation pipeline by providing its UUID and optional input parameters to execute sequential jobs.
Instructions
Manually trigger an automation pipeline.
Pipelines are sequences of jobs that execute in order. Retrieve available pipeline IDs with list_pipelines.
Write operation — recorded in the audit log.
Args: pipeline_id: UUID of the pipeline to trigger. payload: Optional input parameters passed to the pipeline steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | No | ||
| pipeline_id | Yes |