---
title: "POST /pipeline/{pipeline_id}/transform-group"
method: POST
path: "/pipeline/{pipeline_id}/transform-group"
tags: ["Pipeline Nodes"]
---

# POST /pipeline/{pipeline_id}/transform-group

`POST /pipeline/{pipeline_id}/transform-group`

## Path parameters

- `pipeline_id` string, uuid, required

## Request body

- object
  - `transform_group_id` string, uuid, required
  - `deploy_type` 'saas' | 'local'
  - `inputs` string[] — A list of inputs for the given group. Typically this is empty when creating a new transform via the UI, but is leveraged by the terraform provider when managing pipeline state.

## 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/revisions/fb2535545d90/schema)
