splitch

DocsAPIEXPERIMENT_RUNNING.md

EXPERIMENT_RUNNING

HTTP status
409
Recommended action
END_RUNNING_RUN_FIRST
Details payload
{ experimentId: string, runningRunId: string, attemptedOp: string, recommendedAction: RecommendedAction }

Cause

The operation is blocked while the Experiment has a live Run. Delete is the common one.

Fix

End the Run named in details.runningRunId, then retry. Ending is deliberate: it stops assignment and seals the measured window rather than discarding it.

Related codes