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

# Update Project Metadata

`PATCH /api/v1/projects/{project_id}`

## Path parameters

- `project_id` string, uuid, required

## Request body

- UpdateProjectMetadataRequest
  - `project_name` string, required — The name of the project, used to identify it in the web UI
  - `deployments_are_public` boolean, nullable
  - `deployments_are_enabled` boolean, nullable

## Response `200`

Successful Response

- CommandWasSuccessfulResponse
  - `success` boolean
  - `message` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
