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

# Patch Pipelines

`PATCH /api/v1/pipelines`

This endpoint allows for partial updates to the pipeline configuration. It expects a JSON Object containing pipeline configuration keys to be updated. JSON Merge Patch is used to update the configuration, see RFC 7396. Arrays are replaced, not merged.

## 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` — 3 breaking, 1 warning, 5 info
  - the response property `action_id` became optional for the status `200`
  - response property `action_id` list-of-types was widened by adding types `null` to media type `application/json` of response `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
  - …5 more
- **2025-05-09** `acb8b4d3bbed` — 1 info
  - endpoint added
- **2025-02-27** `b0ed6c7dac42` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/redis/apis/redis-data-integration-api/changes/api/v1/pipelines/patch.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)
