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

# Update project

`PUT /v1/projects/{project_id}`

## Path parameters

- `project_id` integer, required

## Request body

- Project
  - `id` integer
  - `name` string, required
  - `mlflow_tracking_url` string
  - `administrators` string[]
  - `readers` string[]
  - `team` string
  - `stream` string
  - `labels` Label[]
    - `key` string
    - `value` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `200`

Ok

## Other responses

- `400` — Invalid request format

---

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