---
title: "Update dataset by id"
method: PUT
path: "/v1/private/datasets/{id}"
tags: ["Datasets"]
---

# Update dataset by id

`PUT /v1/private/datasets/{id}`

Update dataset by id

## Path parameters

- `id` string, uuid, required

## Request body

- DatasetUpdate
  - `name` string, required
  - `description` string
  - `visibility` 'private' | 'public'
  - `tags` string[]

## Response `204`

No content

---

[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)
