Update Experiment
Experiments
Update Experiment
Update an experiment
PATCH
Update Experiment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Path parameter for unique identifier of an experiment
Body
application/json
Request body for updating an experiment
Updated name of the experiment
Maximum string length:
256Updated description of the experiment
Maximum string length:
512JSONB field for unstructured metadata
Example:
{ "key1": "value1", "key2": "value2" }Update experiment status
Available options:
IN_PROGRESS, COMPLETED, FAILED, CANCELLED Maximum string length:
64Error reason of the experiment
Maximum string length:
64Error message of the experiment
Traceback of the experiment