---
title: "POST /transform-group/from-pipeline"
method: POST
path: "/transform-group/from-pipeline"
tags: ["Processor Groups"]
---

# POST /transform-group/from-pipeline

`POST /transform-group/from-pipeline`

Create a new Processor Group from a set of Pipeline components

## Request body

- object
  - `title` string, required — The title of the Processor Group
  - `description` string, nullable — A description of this Processor Group's behavior or purpose.
  - `deploy_type` 'saas' | 'local' — The type of deployment this Processor Group will be used in.
  - `pipeline_id` string, uuid, required — The Pipeline ID to copy from.
  - `pipeline_transform_ids` string[], required — A list of IDs of transforms to copy into this new group.

## Response `200`

Default Response

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/versions/fb2535545d90/schema)
