PUT
/
console
/
v1
/
experiments
/
{id}
/
make_decision
curl --request PUT \
  --url https://statsigapi.net/console/v1/experiments/{id}/make_decision \
  --header 'Content-Type: application/json' \
  --header 'STATSIG-API-KEY: <api-key>' \
  --data '{
  "id": "experiment123",
  "decisionReason": "Your reason for stopping early",
  "removeTargeting": false
}'
{
  "message": "Decision made for Experiment."
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Path Parameters

id
string
required

id

Body

application/json

Schema for updating the status of an experiment

Response

200
application/json

Make Experiment Decision Success

The response is of type object.