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

Changes

Changed in 1 of the 14 revisions of this API.1