v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Experiments
Experiments

Abandon Experiment

put/console/v1/experiments/{id}/abandon

Path parameters

idstring required

id

Request body

decisionReasonstring required

The reason for making the decision to update the experiment status

Example request

{
  "decisionReason": "Your reason for stopping early"
}

Response

Abandon Experiment Success

messagestring

Example response

{
  "message": "Experiment successfully abandoned."
}