---
title: "Run a pipeline"
method: POST
path: "/api/pipelines/run"
tags: ["Pipelines"]
---

# Run a pipeline

`POST /api/pipelines/run`

## Request body

- object
  - `pipeline_id` integer, required
  - `params` object

## Response `200`

Pipeline run started

- object
  - `run_id` integer
  - `status` string

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found

## Changes

- **2026-03-02** `39aff788d955` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/pipelines/run/post.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/751f6c65ac77/schema)
