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

# Pipelines

`POST /api/v1/pipelines`

Updates the current pipeline completely, or creates it if it doesn't exist, using the provided configuration.
Before creating or updating, validates the provided configuration for schema compliance and integrity.

## Query parameters

- `dry_run` boolean, nullable — Only validate the provided configuration without making changes

## Request body

- object

## Response `200`

Pipeline created or updated successfully

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

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Configuration validation failed

---

[API](https://skmtc.net/redis/apis/redis-data-integration-api.md) · [All operations](https://skmtc.net/redis/apis/redis-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redis/redis-data-integration-api/versions/30f630f0aac5/schema)
