---
title: "Update a project"
method: PATCH
path: "/projects/{projectId}"
tags: ["Projects"]
---

# Update a project

`PATCH /projects/{projectId}`

Update (rename) one project by ID. User credentials require the `settings:write` organization permission (admin or owner role).

## Path parameters

- `projectId` string, uuid, required — Project ID to update.

## Request body

- object
  - `name` string — New project name.

## Response `200`

OK

- object
  - `project` object, required
    - `id` string, uuid, required
    - `organizationId` string, required
    - `name` string, required
    - `region` 'us-east-1' | 'us-east-2' | 'us-west-1' | 'us-west-2' | 'eu-central-1' | 'eu-central-2' | 'eu-north-1' | 'eu-south-1' | 'eu-south-2' | 'eu-west-1' | 'eu-west-2' | 'eu-west-3', required

---

[API](https://skmtc.dev/sazabi/apis/sazabi-public-api.md) · [All operations](https://skmtc.dev/sazabi/apis/sazabi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sazabi/sazabi-public-api/revisions/1d12b71c735a/schema)
