Skip to content

Sets a tag for a run.

POST
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/runs/set-tag
id
required
One of:
string

The ID or URL-encoded path of the project

Example
1
Media type application/json
object
run_id
required

UUID of the run.

string
nullable
key
required

Name for the tag.

string
nullable
value
required

Value for the tag.

string
nullable
Example generated
{
"run_id": "example",
"key": "example",
"value": "example"
}

Created

Bad Request

Not Found