Skip to main content
POST
Reassign
🔑 Requires the escalations.create scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

escalation_id
string
required

The ID of the escalation to reassign

Example:

"01G0J1EXE7AXZ2C93K61WBPYEH"

Body

application/json
description
string

Additional details about the new escalation. Defaults to the original's description.

Example:

"Database CPU has been above 90% for 5 minutes"

escalation_path_id
string

ID of the escalation path to reassign to

Example:

"01H0J1EXE7AXZ2C93K61WBPYEH"

resolve_original
boolean
default:true

Whether to resolve the original escalation, stopping it paging its targets. Defaults to true.

Example:

true

title
string

The title of the new escalation. Defaults to the original's title.

Example:

"Production database experiencing high CPU"

user_ids
string[]

IDs of users to reassign directly to

Example:

Response

Created response.

escalation
object
required