PATCH
/v1/private/experiments/batchBatch update experimentsUpdate multiple experiments
Request body
application/json
objectExperimentBatchUpdate
Request to batch update multiple experiments
idsarray of string · uuidrequiredList of experiment IDs to update (max 1000)
Show child attributes
merge_tagsbooleanIf true, merge tags with existing tags instead of replacing them. Default: false
updateobjectrequiredShow child attributes
experiment_scoresarray of objectShow child attributes
Show array items
namestringrequiredvaluenumberrequiredmetadataobjectnamestringstatusstringThe status of the experiment
tagsarray of stringTags
Show child attributes
tags_to_addarray of stringTags to add
Show child attributes
tags_to_removearray of stringTags to remove
Show child attributes
typestring{
"ids": [
"00000000-0000-0000-0000-000000000000"
],
"merge_tags": true,
"update": {
"experiment_scores": [
{
"name": "string",
"value": 0
}
],
"metadata": {},
"name": "string",
"status": "cancelled",
"tags": [
"string"
],
"tags_to_add": [
"string"
],
"tags_to_remove": [
"string"
],
"type": "mini-batch"
}
}Responses
objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}