--- title: "Execute pipeline" description: "Start execution of a pipeline" source: https://flowdrop.io/docs/api/pipeline/executePipeline site: FlowDrop documentation --- # Execute pipeline `POST /pipeline/{id}/execute` Start execution of a pipeline ## Parameters - `id` · in path · string · required — Pipeline UUID ## Request body - `application/json` — object ## Responses - `202` — Pipeline execution started (`application/json`: PipelineExecutionResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Pipeline*