---
title: "Updates the name of a benchmark."
method: PUT
path: "/benchmark/{benchmarkId}/name"
tags: ["Benchmark"]
---

# Updates the name of a benchmark.

`PUT /benchmark/{benchmarkId}/name`

## Path parameters

- `benchmarkId` string, required

## Request body

- UpdateBenchmarkNameEndpointInput
  - `name` string, required — The new name of the benchmark.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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