cURL
curl --request POST \ --url https://statsigapi.net/console/v1/experiments/{id}/alerts/{metricId}/resolve \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "reasoning": "Issue has been addressed" } '
{ "message": "<string>", "data": { "resolvedAt": 1718630400 } }
Optional header to respect review settings for mutation endpoints.
id
metric id
Reason for resolving the alert
"Issue has been addressed"
Metric rollout alert resolved successfully
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?