---
title: "Update project"
method: PATCH
path: "/project/{projectID}"
---

# Update project

`PATCH /project/{projectID}`

Update project properties such as name, icon and color.

## Path parameters

- `projectID` string, required

## Query parameters

- `directory` string

## Request body

- object
  - `name` string
  - `icon` object
    - `url` string
    - `override` string
    - `color` string

## Response `200`

Updated project information

- Project
  - `id` string, required
  - `worktree` string, required
  - `vcs` 'git'
  - `name` string
  - `icon` object
    - `url` string
    - `override` string
    - `color` string
  - `time` object, required
    - `created` number, required
    - `updated` number, required
    - `initialized` number
  - `sandboxes` string[], required

## Other responses

- `400` — Bad request
- `404` — Not found

## Changes

- **2026-02-14** `9df3a7d5f839` — 2 warning
  - removed the request property `commands`
  - removed the optional property `commands` from the response with the `200` status
- **2026-01-22** `ee9823b3cd13` — 2 info
  - added the new optional request property `commands`
  - added the optional property `commands` to the response with the `200` status
- **2026-01-19** `80c1bca877b3` — 2 info
  - added the new optional request property `icon/override`
  - added the optional property `icon/override` to the response with the `200` status
- **2026-01-14** `099a52ba8e1c` — 2 warning
  - removed the request property `icon/override`
  - removed the optional property `icon/override` from the response with the `200` status

[Change history](https://skmtc.dev/martian-engineering/apis/voltcode/changes/project/:projectID/patch.md)

---

[API](https://skmtc.dev/martian-engineering/apis/voltcode.md) · [All operations](https://skmtc.dev/martian-engineering/apis/voltcode/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/martian-engineering/voltcode/revisions/d28625e4a7ea/schema)
