Update an experiment
Documentation Index
Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path parameter for unique identifier of an experiment
Request body for updating an experiment
Updated name of the experiment
256Updated description of the experiment
512JSONB field for unstructured metadata
{ "key1": "value1", "key2": "value2" }Update experiment status
IN_PROGRESS, COMPLETED, FAILED, CANCELLED 64Error reason of the experiment
64Error message of the experiment
Traceback of the experiment