update-incident
Update an incident's title, customer impact status, scope, and timestamps (detected, impact start/end) by providing the incident ID.
Instructions
Update a Datadog incident's title, customer impact, or timestamps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incidentId | Yes | The incident ID to update | |
| title | No | Updated title of the incident | |
| customerImpacted | No | Whether the incident caused customer impact | |
| customerImpactScope | No | Updated summary of customer impact | |
| customerImpactStart | No | ISO 8601 timestamp when customer impact began | |
| customerImpactEnd | No | ISO 8601 timestamp when customer impact ended | |
| detected | No | ISO 8601 timestamp when the incident was detected |