---
title: "Patch dataset info"
method: PATCH
path: "/v1/datasets/{dataset_id}"
tags: ["datasets"]
---

# Patch dataset info

`PATCH /v1/datasets/{dataset_id}`

Partially update dataset info

## Path parameters

- `dataset_id` string, required

## Request body

- UpdateDatasetInfoRequest
  - `name` string, nullable — Dataset name.
  - `folder` string, nullable — Folder path.

## Response `200`

Successful Response

- DatasetResponse
  - `id` string, required — The object identifier, which can be referenced in the API endpoints.
  - `name` string, required — ID of the dataset.
  - `status` 'READY' | 'PENDING' | 'FAILED' | 'TEMPORARY' | 'DRAFT', required
  - `schema` ColumnSchemaOutput[], required — Dataset schema definition.
    - `name` string, required
    - `type` union, required
      - SchemaPrimitive
        - `name` 'string' | 'integer' | 'boolean' | 'float' | 'double' | 'json' | 'null', required
      - SchemaOptionOutput
        - `name` 'option', required
        - `item` union, required
          - SchemaPrimitive
            - `name` 'string' | 'integer' | 'boolean' | 'float' | 'double' | 'json' | 'null', required
          - SchemaOptionOutput — recursive
  - `metadata` object, required — Additional metadata associated with the dataset.
  - `current_version_origin` DatasetOriginResponse
    - `type` 'upload' | 's3' | 'demo', required
  - `folder` string, required — Folder path where the dataset is stored.
  - `current_version` string, nullable, required — Current version of the dataset.
  - `type` string
  - `created_at` integer, required — Unix timestamp when the dataset was created.
  - `error` string, nullable, required — Error message if the dataset is in an error state.
  - `ai_project_id` string, nullable — AI Studio project ID to associate with the dataset.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api.md) · [All operations](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nebius/nebius-openai-compatible-inference-api/versions/0fb323abba3c/schema)
