Supercheck LogoSupercheck
AI SRE

Resolve an incident with an audit comment

POST
/api/sre/incidents/{id}/resolve

Authorization

bearerAuth
AuthorizationBearer <token>

Project-scoped CLI token (sck_live_* or sck_test_*) for documented API operations that accept bearer authentication. Interactive browser operations may require a session cookie. Trigger keys (sck_trigger_* / legacy job_*) are accepted only by job trigger endpoints.

In: header

Path Parameters

id*string
Formatuuid

Request Body

application/json

comment*string
Length1 <= length <= 2000

Response Body

curl -X POST "https://demo.supercheck.dev/api/sre/incidents/497f6eca-6276-4993-bfeb-53cbbbba6f08/resolve" \  -H "Content-Type: application/json" \  -d '{    "comment": "string"  }'
Empty
Empty
Empty
Empty