# Restore Run

Launch stage: GA

`POST /api/2.0/mlflow/runs/restore`

Restores a deleted run. This also restores associated metadata, runs, metrics, params, and tags.

 Throws `RESOURCE_DOES_NOT_EXIST` if the run was never created or was permanently deleted.

API scopes: mlflow

## Request body

- `run_id` (string, optional)
  ID of the run to restore.

## Response

```json
{}
```

