---
title: "Resets a run."
method: GET
path: "/run/reset/{id}"
tags: ["run"]
---

# Resets a run.

`GET /run/reset/{id}`

Removes all run evaluations. When a run is reset, the runs will automatically be evaluated as soon as they are picked up by the evaluation engine again.

## Path parameters

- `id` string, required

## Query parameters

- `api_key` string

## Response `200`

Id of the evaluated run

- object
  - `run_reset` InlineResponse20021UploadFlow
    - `id` string — ID of the evaluated run, a positive integer

## Other responses

- `412` — Precondition failed. An error code and message are returned. 412 - Run does not exist 413 - Run is not owned by you 394 - Resetting run failed

## Changes

> 14 revisions in range; 1 could not be searched.

- **2019-02-22** `8e2f718635ef` — 2 info
  - removed the non-success response with the status `394`
  - removed the non-success response with the status `413`
- **2018-09-18** `4df86fe63217` — 1 info
  - endpoint added
- **2018-01-17** `2209d99ea36e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openml/apis/openml-api/changes/run/reset/:id/get.md)

---

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