---
title: "Unpause a pipeline"
method: POST
path: "/pipelines/unpause"
tags: ["pipelines"]
---

# Unpause a pipeline

`POST /pipelines/unpause`

Unpause a pipeline by name

## Query parameters

- `name` string

## Response `200`

Successful operation

- Pipeline[]
  - `name` string — The name of the pipeline
  - `paused` boolean — Whether the pipeline is currently paused or not

## Other responses

- `400` — Unable to unpause pipeline

---

[API](https://skmtc.dev/dstl/apis/baleen.md) · [All operations](https://skmtc.dev/dstl/apis/baleen/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dstl/baleen/revisions/9a5624d56a15/schema)
