GamebeastDocs
Dashboard
Project APIExperiments (V1)

Terminate experiment

PUT
/application/{applicationId}/experiments/{experimentId}/terminate

Stop a running v1 experiment ahead of its scheduled end.

Authorization

personalAccessTokenAuth
AuthorizationBearer <token>

Personal access token (prefixed gb_pat_). Acts on behalf of its owner and can never exceed the owner's own permissions. Send it as Authorization: Bearer <token>.

In: header

Path Parameters

applicationId*number
experimentId*number

Response Body

curl -X PUT "https://example.com/application/0/experiments/0/terminate"
Empty