---
title: "Refresh Evaluation Slice"
method: POST
path: "/simple/evaluations/{evaluation_id}/refresh"
tags: ["Evaluations"]
---

# Refresh Evaluation Slice

`POST /simple/evaluations/{evaluation_id}/refresh`

## Path parameters

- `evaluation_id` string, uuid, required

## Request body

- RefreshSliceRequest
  - `scenario_ids` string[], nullable
  - `step_keys` string[], nullable
  - `repeat_idxs` integer[], nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-25** `5a14788d939f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/simple/evaluations/:evaluation_id/refresh/post.md)

---

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