Cancel experiment
Request cancellation for an experiment batch. Already-completed runs remain recorded; queued or running work is cancelled when possible.
Authorizations
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
Automation id or typed alias.
Experiment batch id.
Response
Experiment detail after the cancellation request.
Experiment batch detail.
Experiment batch id. Some CLI commands historically call this a batch id.
Automation this experiment belongs to.
workflow, agent Experiment batch status.
queued, running, completed Total runs in the experiment.
-9007199254740991 <= x <= 9007199254740991Runs that have completed.
-9007199254740991 <= x <= 9007199254740991Runs whose evaluator scores passed.
-9007199254740991 <= x <= 9007199254740991Runs whose evaluator scores failed.
-9007199254740991 <= x <= 9007199254740991Average automated evaluator score.
Runs created for dataset examples in this experiment.
Evaluator results keyed by run id.