---
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

---

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