---
title: "Move a branch to another project"
method: PUT
path: "/branches/{branch_id}/project_id"
tags: ["Management"]
---

# Move a branch to another project

`PUT /branches/{branch_id}/project_id`

Move a branch to another project

## Path parameters

- `branch_id` integer, required

## Request body

- object
  - `project_id` integer

## Response `201`

Successfully created run

---

[API](https://skmtc.net/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.net/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kraken-ci/server-api/versions/1f2ae877f985/schema)
