# Update

Launch stage: GA

`POST /api/2.0/mlflow/experiments/update`

Updates experiment metadata.

API scopes: mlflow

## Request body

- `experiment_id` (string, optional)
  ID of the associated experiment.
- `new_name` (string, optional)
  If provided, the experiment's name is changed to the new name. The new name must be unique.

## Response

```json
{}
```

