Skip to main content
POST
Assign a tag to an experiment

Path Parameters

experiment_id
string
required

The ID of the experiment

Body

application/json
name
string
required

The name of the tag to assign, e.g. 'baseline'. If another experiment on the same dataset already owns this tag, the tag is moved to this experiment.

Pattern: ^[a-z0-9]([_a-z0-9-]*[a-z0-9])?$
description
string | null

An optional description of the tag (replaces any existing description)

Response

The tag as it now applies to the experiment

data
ExperimentTag · object
required