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

# Update project

`PATCH /projects/{project_id}`

Update a project's name and/or slug. Returns the updated project.

## Path parameters

- `project_id` integer, required

## Request body

- PlatformUpdateProjectArgs
  - `name` string
  - `slug` string

## Response `200`

- ProjectResponse
  - `id` integer, required
  - `name` string, required
  - `slug` string, required
  - `teamId` integer, required
  - `teamSlug` string, required
  - `createTime` integer, required — Timestamp in milliseconds.
  - `prodDeploymentName` string, nullable — The name of the default production deployment for this project, if one exists (e.g. "happy-otter-123").
  - `devDeploymentName` string, nullable — The name of the requesting member's default development deployment for this project, if one exists (an active local deployment or default cloud dev deployment).

---

[API](https://skmtc.dev/convex/apis/convex-management-api.md) · [All operations](https://skmtc.dev/convex/apis/convex-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/convex/convex-management-api/revisions/3dd5e601c536/schema)
