# Restore Experiment

Launch stage: GA

`POST /api/2.0/mlflow/experiments/restore`

Restore an experiment marked for deletion. This also restores
 associated metadata, runs, metrics, params, and tags. If experiment uses FileStore, underlying
 artifacts associated with experiment are also restored.

 Throws `RESOURCE_DOES_NOT_EXIST` if experiment was never created or was permanently deleted.

API scopes: mlflow

## Request body

- `experiment_id` (string, optional)
  ID of the associated experiment.

## Response

```json
{}
```

