---
title: "Update a specific dataset's information"
method: PATCH
path: "/v1/datasets/{dataset_name}"
tags: ["Datasets"]
---

# Update a specific dataset's information

`PATCH /v1/datasets/{dataset_name}`

## Path parameters

- `dataset_name` string, required

## Request body

- DatasetUpdate
  - `name` string — The new name for the dataset
  - `description` string — The new description for the dataset

## Response `200`

Dataset updated successfully

- DatasetResponse
  - `id` string, uuid
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `status` 'UPLOADED' | 'VALIDATED' | 'ERROR' | 'DELETED'
  - `name` string
  - `description` string
  - `file_name` string
  - `file_size` integer
  - `errors` object

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.dev/luminolabs/apis/datasets-api.md) · [All operations](https://skmtc.dev/luminolabs/apis/datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/luminolabs/datasets-api/revisions/23903400640a/schema)
