Runs
Cancel Experiment Run
Cancel an experiment run.
Identified by run_id. Cancels the run and any of its pending or
in-flight results, returning the run’s new cancelled lifecycle. Returns
404 if the run does not exist or is not in a cancellable (pending, queued,
or running) state.
POST
Cancel one pending or running experiment run by
run_id. Cancellation is
run-specific; it no longer targets “the latest run” for an experiment.
Authorizations
Path Parameters
Response
Successful Response
Result of cancelling an experiment run: the run id and its resulting lifecycle state.
The experiment run has been created but execution has not started.
- PendingWorkflowExperimentRun
- QueuedWorkflowExperimentRun
- RunningWorkflowExperimentRun
- CompletedWorkflowExperimentRun
- ErrorWorkflowExperimentRun
- CancelledWorkflowExperimentRun