---
title: "Update Benchmark"
method: PATCH
path: "/api/v1/benchmarks/{bench_id}"
tags: ["benchmarks"]
---

# Update Benchmark

`PATCH /api/v1/benchmarks/{bench_id}`

## Path parameters

- `bench_id` string, required

## Request body

- UpdateBenchmarkRequest
  - `name` string, nullable
  - `description` string, nullable

## Response `200`

Successful Response

- object

---

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