Update a specific escalation level by id
curl --request PUT \
--url https://api.rootly.com/v1/escalation_levels/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "escalation_levels",
"attributes": {
"delay": 123,
"position": 123,
"escalation_policy_path_id": "<string>",
"paging_strategy_configuration_strategy": "default",
"paging_strategy_configuration_schedule_strategy": "on_call_only",
"notification_target_params": [
{
"id": "<string>",
"type": "team",
"team_members": "all"
}
]
}
}
}'{
"data": {
"id": "47409cbc-1854-44a9-b28b-56f98c52a61f",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "3786f2a9-777c-42ca-b68b-eb8ebd37043b",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-11-26T20:52:31.959-08:00",
"updated_at": "2025-11-26T20:52:31.959-08:00",
"notification_target_params": [
{
"id": "CX21345",
"type": "slack_channel",
"team_members": "all"
}
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
escalation_levels Show child attributes
Delay before notification targets will be alerted.
Position of the escalation policy level
The ID of the dynamic escalation policy path the level will belong to. If nothing is specified it will add the level to your default path.
default, random, cycle, alert on_call_only, everyone Escalation level's notification targets
Show child attributes
The ID of notification target
The type of the notification target
team, user, schedule, slack_channel, service For targets with type=team, controls whether to notify admins, all team members, or escalate to team EP.
all, admins, escalate escalation policy updated with notification_target set with slack_channel_id instead of slack_channel uuid
Show child attributes
Unique ID of the escalation policy level
Show child attributes
The ID of the escalation policy
Delay before notification targets will be alerted.
Position of the escalation policy level
Escalation level's notification targets
Show child attributes
The ID of notification target
The type of the notification target
team, user, schedule, slack_channel, service For targets with type=team, controls whether to notify admins, all team members, or escalate to team EP.
all, admins, escalate The ID of the dynamic escalation policy path the level will belong to. If nothing is specified it will add the level to your default path.
default, random, cycle, alert on_call_only, everyone Date of creation
Date of last update
escalation_levels Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/escalation_levels/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "escalation_levels",
"attributes": {
"delay": 123,
"position": 123,
"escalation_policy_path_id": "<string>",
"paging_strategy_configuration_strategy": "default",
"paging_strategy_configuration_schedule_strategy": "on_call_only",
"notification_target_params": [
{
"id": "<string>",
"type": "team",
"team_members": "all"
}
]
}
}
}'{
"data": {
"id": "47409cbc-1854-44a9-b28b-56f98c52a61f",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": null,
"position": 1,
"delay": 5,
"escalation_policy_id": "3786f2a9-777c-42ca-b68b-eb8ebd37043b",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-11-26T20:52:31.959-08:00",
"updated_at": "2025-11-26T20:52:31.959-08:00",
"notification_target_params": [
{
"id": "CX21345",
"type": "slack_channel",
"team_members": "all"
}
]
}
}
}