Abstract
You can delete context data from an incident by running a command in the Incident War Room or the alert War Room.
Run the !deleteParentIncidentContext
command to delete all context data or a specific key in the Incident War Room or alert War Room.
Use the alert War Room
Identify an alert and click to Investigate the alert.
In the alert investigation panel, select the War Room tab.
Run the
!deleteParentIncidentContext
command.
Use the Incident War Room
In the incident investigation panel, select the Incident War Room tab.
Run the
!deleteParentIncidentContext
command.
Example 48. Example
The following example deletes the key and value hello:world
from the incident or alert context.
!deleteParentIncidentContext key="hello" value="world"