Skip to content

Create experiment

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

The ID or URL-encoded path of the project

Example
1
Media type application/json
object
name
required

Experiment name

string
nullable
tags

Tags with information about the experiment

array
nullable
artifact_location

This will be ignored

string
nullable
Example generated
{
"name": "example",
"tags": [
"example"
],
"artifact_location": "example"
}

Created

Media type application/json
object
experiment_id
string
Example
{
"experiment_id": "1"
}

Bad Request

Not Found