---
title: "Update Eval Rubric"
method: PATCH
path: "/v2/agents/{agentId}/eval-rubrics/{rubricId}"
tags: ["Agents"]
---

# Update Eval Rubric

`PATCH /v2/agents/{agentId}/eval-rubrics/{rubricId}`

Edit a single Agent-specific evaluation rubric's title and/or description. The edit produces a NEW rubric (with a new id and slug) so previously scored Runs stay attributed to the original criterion; the response contains the new rubric.

## Path parameters

- `agentId` string, uuid, required
- `rubricId` string, uuid, required

## Request body

- object
  - `title` string — Short, human-readable Pass/Fail rubric title.
  - `description` string — A 1-2 sentence Pass condition phrased as a question.

## Response `200`

Default Response

- object
  - `rubric` object, required
    - `id` string, uuid, required
    - `slug` string, required
    - `title` string, required
    - `description` string, required
    - `sort_order` number, required
    - `deleted_at` string, nullable, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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