OpenAPI 3.0.02026-08-113221853.1 MB

439e60273a2e

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."
}