---
title: "Rebase a developer project"
method: POST
path: "/{project_id}:rebase"
tags: ["Project Operations"]
---

# Rebase a developer project

`POST /{project_id}:rebase`

Rebases a developer project.
This operation runs ansynchronously and rebases the channels. Rebase operation checks whether the upstream channel has changes which are not part of the project. Then it pulls the latest changes from the upstream channel and pushes them to the project. The result of the operation could be seen by calling the GET endpoint.

## Path parameters

- `project_id` string, required

## Response `202`

Accepted

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
