Skip to content

Delete an experiment.

POST
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/experiments/delete
id
required
One of:
string

The ID or URL-encoded path of the project

Example
1
Media type application/json
object
experiment_id
required

ID of the experiment.

string
nullable
Example generated
{
"experiment_id": "example"
}

Created

Bad Request

Not Found