v6

latestOpenAPI 3.1.02026-08-069761,1542.0 MB
experiment_group

Bulk Move Experiments

Move one or more experiments to a different experiment group.

post/projects/{project_id}/experiment/move

Path parameters

project_idstring uuid4 required

Request body

experiment_idsstring[] required

List of experiment IDs to move

target_experiment_group_idstring uuid4 nullable

ID of the target experiment group (mutually exclusive with target_experiment_group_name)

target_experiment_group_namestring nullable

Name of the target experiment group; created if it does not exist (mutually exclusive with target_experiment_group_id)

Response

Successful Response