When an incident pages you, two actions decide what happens next: acknowledging the page stops further escalation; handing off transfers ownership to another team member.Documentation Index
Fetch the complete documentation index at: https://docs.scaling.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Acknowledging an incident
Acknowledging tells Scaling you are on it. It does two things:- Cancels the next escalation timeout — Scaling will not page the next layer of the escalation policy.
- Records who took the page — your user is recorded as the acknowledger on the incident’s audit trail.
investigating (or whichever status it is in) until you progress it to identified, monitoring, or resolved.
Where you can acknowledge
| Surface | How |
|---|---|
| Dashboard | Click Acknowledge in the incident escalation panel. |
| Slack | Click the Acknowledge button on the alert message (DM or channel). |
| API | POST /v1/incidents/{id}/acknowledge |
| Public API | POST /v1/incidents/{id}/acknowledge with your API key. |
Acknowledgment is idempotent. Calling acknowledge on an incident that is already acknowledged returns success without doing anything; calling acknowledge on a
resolved incident is a no-op.Handing off an incident
If you can’t take a page — you are heads-down on another incident, off duty, or out of context — hand it off to someone else. The handoff:- Updates the owner of the incident to the target user.
- Pages the target user through the same notification channels (email, Slack).
- Records the handoff on the audit trail with both the previous and new owner.