Create experiment
POST
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/experiments/create
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
name
required
Experiment name
string
tags
Tags with information about the experiment
array
artifact_location
This will be ignored
string
Examplegenerated
{ "name": "example", "tags": [ "example" ], "artifact_location": "example"}Responses
Section titled “Responses”Created
Media typeapplication/json
object
experiment_id
string
Example
{ "experiment_id": "1"}Bad Request
Not Found