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

# Prune Evaluation Slice

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

## Path parameters

- `evaluation_id` string, uuid, required

## Request body

- PruneSliceRequest
  - `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/d43a05d98a9b/schema)
