---
title: "Update dataset"
method: PUT
path: "/datasets/{datasetId}"
tags: ["datasets"]
---

# Update dataset

`PUT /datasets/{datasetId}`

Updates the details of the dataset identified by the given `datasetId`.

## Path parameters

- `datasetId` string, required

## Query parameters

- `workspaceId` integer

## Request body

- UpdateDatasetRequest
  - `description` string
  - `name` string

## Response `204`

OK - No content

## Other responses

- `400` — Bad request
- `403` — Operation not allowed
- `409` — Duplicate element

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/versions/13316c9fe5ff/schema)
