---
title: "Move boxes to a different pipeline (batch)"
method: POST
path: "/pipelines/{pipelineKey}/boxes/batch"
---

# Move boxes to a different pipeline (batch)

`POST /pipelines/{pipelineKey}/boxes/batch`

## Path parameters

- `pipelineKey` string, required

## Request body

- object
  - `json` string, json, required — An array containing information on the boxes to be moved. ex `[{"key":"boxKey1","boxKey":"boxKey1","pipelineKey":"newPipelineKey"},{"key":"boxKey2","boxKey":"boxKey2","pipelineKey":"newPipelineKey"}]` Please note that this example through readme.io will not work because our API expects the JSON array to begin immediately. An example is given below.

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/streakyc/apis/directory-fields.md) · [All operations](https://skmtc.net/streakyc/apis/directory-fields/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streakyc/directory-fields/revisions/f9ece0b33f19/schema)
