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

# Update Project

`PATCH /v1/projects/{project_id}`

Update a project's fields.

## Path parameters

- `project_id` string, uuid, required

## Request body

- ProjectUpdate — Patch payload for a project. All fields optional — unset = unchanged.
  - `description` string, nullable — New project description.
  - `instructions` string, nullable — New project-level instructions.
  - `name` string, nullable — New project name.
  - `parent_project_id` string, nullable — New parent project UUID, or null to detach.

## Response `200`

Successful Response

- ProjectResponse
  - `agents` ProjectAgentRef[]
    - `id` string, uuid, required
    - `name` string, required
  - `created_by` string, required
  - `description` string, nullable, required
  - `id` string, uuid, required
  - `instructions` string, nullable, required
  - `mcp_instances` ProjectMcpInstanceRef[]
    - `id` string, uuid, required
    - `name` string, required
  - `name` string, required
  - `parent_project_id` string, nullable, required
  - `skills` ProjectSkillRef[]
    - `id` string, uuid, required
    - `name` string, required
  - `workspace_id` string, required

## Other responses

- `422` — Validation Error

---

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