Skip to main content
PATCH
Update an experiment by ID

Path Parameters

experiment_id
string
required

Body

application/json

Fields to update on an experiment. Omit a field to leave it unchanged.

name
string | null

New name for the experiment (null is rejected; name is required)

description
string | null

New description for the experiment (null clears the description)

metadata
Metadata · object | null

New metadata object for the experiment (replaces the existing metadata as a whole; null is rejected)

Response

Experiment updated successfully

data
Experiment · object
required