---
title: "Pipelines"
method: POST
path: "/api/v1/pipelines"
tags: ["secure", "deploy"]
---

# Pipelines

`POST /api/v1/pipelines`

Deploys a pipeline.

Args:
    body: Pipeline configuration
    dry_run: If True, only validates the pipeline without deploying it.

## Query parameters

- `dry_run` boolean, nullable

## Request body

- object

## Response `200`

Successful Response

- ActionIdResponse — Response model containing an action ID.
  - `action_id` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity

## Changes

- **2025-06-16** `557b7644b943` — 2 breaking, 1 warning, 7 info
  - the response's body type changed from no type to `object` for status `200`
  - removed the required property `error` from the response with the `422` status
  - removed the optional property `status` from the response with the `422` status
  - added the new optional `query` request parameter `dry_run`
  - …6 more
- **2025-02-27** `b0ed6c7dac42` — 2 breaking, 3 warning, 3 info
  - the response's body type changed from `object` to no type for status `200`
  - removed the required property `detail` from the response with the `422` status
  - deleted the `query` request parameter `dry_run`
  - removed the optional property `action_id` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/redis/apis/redis-data-integration-api/changes/api/v1/pipelines/post.md)

---

[API](https://skmtc.dev/redis/apis/redis-data-integration-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-data-integration-api/revisions/557b7644b943/schema)
