Abandon Experiment

Reference for the PUT /console/v1/experiments/{id}/abandon endpoint of the Statsig API.

puthttps://statsigapi.net/console/v1/experiments/{id}/abandon

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

idstringrequired

id

Body

application/json
decisionReasonstringrequired

The reason for making the decision to update the experiment status

Example:Your reason for stopping early

Response

application/json
200· Abandon Experiment Success
Other properties1
messagestring
400· Experiment has not yet started
statusintegerrequired
Allowed values:400
messagestringrequired
401· This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequired
Allowed values:401
messagestringrequired
404· Experiment not found.
statusintegerrequired
Allowed values:404
messagestringrequired

Was this helpful?