Resolve incident
POST /api/v1/incidents/{incident_id}/resolve
Marks an incident as resolved.
Authorizations
Parameters
Path Parameters
Query Parameters
Tenant identifier
Tenant identifier
Responses
200
Successful Response
A classified incident record.
Args: incident_id: Unique incident identifier. tenant_id: Tenant where the incident occurred. severity: Severity level (SEV1, SEV2, SEV3, SEV4). category: Incident category (infrastructure, agent, billing, security, integration). title: Short incident title. description: Detailed incident description. source: Detection source (health_check, error_spike, latency_anomaly, tenant_complaint). status: Current status (detected, investigating, mitigating, resolved). detected_at: ISO timestamp when the incident was detected. resolved_at: ISO timestamp when resolved (None if ongoing). runbook_executed: Whether a runbook was executed. escalated: Whether the incident was escalated.
422
Validation Error