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

# Update

`PATCH /projects/{uuid}`

Update Project.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `name` string — The name of the project.
  - `description` string — The description of the project.

## Response `201`

Project updated.

- object
  - `uuid` string
  - `name` string
  - `description` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.
- `422` — Validation error.

---

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