---
title: "Rollback Project"
method: POST
path: "/v0/project/{project_name}/rollback"
tags: ["Projects"]
---

# Rollback Project

`POST /v0/project/{project_name}/rollback`

Rolls back a project to a specific version.

## Path parameters

- `project_name` string, required — Project name, may contain slashes

## Request body

- ProjectRollbackRequest
  - `commit_hash` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `404` — Project or Commit Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
