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

# Update project

`PATCH /projects/{project_id}`

## Path parameters

- `project_id` string, required

## Request body

- object
  - `data` object, required
    - `id` string, required
    - `type` 'projects', required
    - `attributes` object
      - `name` string
      - `description` string
      - `environment` 'Development' | 'Staging' | 'Production'
      - `bandwidth_alert` boolean
      - `tags` string[]

## Response `200`

Success

## Changes

> 29 revisions in range; 23 could not be searched.

- **2026-07-21** `885dec47dd47` — 1 warning, 17 info
  - removed the optional property `data/attributes/stats/containers` from the response with the `200` status
  - the `bandwidth_alert` request property default value `false` was removed (media type: application/json)
  - the `bandwidth_alert` request property default value `false` was removed (media type: application/vnd.api+json)
  - the `description` request property default value `A brand new description for the virtual network` was removed (media type: application/json)
  - …14 more

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

---

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