---
title: "Update existing `Project`"
method: PUT
path: "/v1/projects/{projectId}"
tags: ["not_implemented"]
---

# Update existing \`Project\`

`PUT /v1/projects/{projectId}`

Update existing `Project`

## Path parameters

- `projectId` string, required

## Request body

- Project — Conductor project
  - `status` string — Status of the Project
  - `selfLink` string, uri — Resource locator for this object
  - `name` string — Name of the Project
  - `id` string — Unique ID for this object
  - `accountId` integer — Unique identifier of linked account object.

## Response `200`

Successful response

## Other responses

- `400` — Invalid input
- `404` — Project not found

---

[API](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api.md) · [All operations](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductortech/conductor-cloud-rendering-api/revisions/0fb056b8d2a1/schema)
