---
title: "Update Project"
method: PATCH
path: "/projects/{project_id}"
tags: ["Projects"]
---

# Update Project

`PATCH /projects/{project_id}`

## Path parameters

- `project_id` string, uuid, required

## Request body

- UpdateProjectRequest
  - `name` string, nullable
  - `make_default` boolean, nullable

## Response `200`

Successful Response

- ProjectsResponse
  - `organization_id` string, uuid, nullable
  - `organization_name` string, nullable
  - `workspace_id` string, uuid, nullable
  - `workspace_name` string, nullable
  - `project_id` string, uuid, required
  - `project_name` string, required
  - `is_default_project` boolean
  - `user_role` string, nullable
  - `is_demo` boolean, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-02** `6e37373d45fe` — 2 info
  - api tag `Projects` added
  - api tag `Scopes` removed
- **2026-02-13** `72fe88316d15` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-01-14** `53da4c9de2b7` — 1 info
  - endpoint added
- **2025-06-27** `e3e84db47198` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/projects/:project_id/patch.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/revisions/713e4f3b7519/schema)
