cURL
curl --request PUT \ --url https://statsigapi.net/console/v1/experiments/{id}/partial_pause \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "pausePercent": 50 } '
{ "message": "Experiment successfully partially paused." }
id
The percentage of traffic to be paused for the experiment, between 0 and 100.
0 <= x <= 100
Partially Pause Experiment Success
Was this page helpful?