---
title: "Update dashboard"
method: PATCH
path: "/v1/private/dashboards/{dashboardId}"
tags: ["Dashboards"]
---

# Update dashboard

`PATCH /v1/private/dashboards/{dashboardId}`

Update dashboard by id. Partial updates are supported - only provided fields will be updated.

## Path parameters

- `dashboardId` string, uuid, required

## Request body

- DashboardUpdatePublic
  - `name` string
  - `type` 'multi_project' | 'experiments'
  - `description` string
  - `config` JsonNodePublic

## Response `200`

Updated dashboard

- DashboardPublic
  - `id` string, uuid
  - `workspace_id` string
  - `project_id` string, uuid — Project ID. Takes precedence over project_name when both are provided.
  - `name` string, required
  - `slug` string
  - `type` 'multi_project' | 'experiments'
  - `scope` 'workspace' | 'insights'
  - `description` string
  - `config` JsonNodePublic, required
  - `created_by` string
  - `last_updated_by` string
  - `created_at` string, date-time
  - `last_updated_at` string, date-time

## Other responses

- `404` — Dashboard not found
- `409` — Conflict - dashboard with this name already exists

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
