Update a specific heartbeat by id
curl --request PUT \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "heartbeats",
"attributes": {
"name": "<string>",
"description": "<string>",
"alert_summary": "<string>",
"alert_description": "<string>",
"alert_urgency_id": "<string>",
"interval": 123,
"interval_unit": "minutes",
"notification_target_id": "<string>",
"notification_target_type": "User",
"enabled": true
}
}
}
'{
"data": {
"id": "84d8a8b5-d2cb-43ad-9c6e-cfb74e457a07",
"type": "heartbeats",
"attributes": {
"slug": "incidunt-laborum-aliquid-qui",
"name": "api.rootly.com",
"description": "This is a description",
"alert_summary": "API is down",
"alert_description": "Updated runbook: Check /docs/updated-troubleshooting",
"alert_urgency_id": "b04194b5-e5b5-4740-960e-42b35874e2d3",
"interval": 10,
"interval_unit": "minutes",
"notification_target_id": "418",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/84d8a8b5-d2cb-43ad-9c6e-cfb74e457a07/ping",
"secret": "heartbeat_14e3369a9167656a72285fc501f8a6403894636b2922b035d6d85e41762da3ac",
"email_address": "[email protected]",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2026-01-22T01:00:04.539-08:00",
"created_at": "2026-01-22T00:59:59.438-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
Show child attributes
heartbeat updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "heartbeats",
"attributes": {
"name": "<string>",
"description": "<string>",
"alert_summary": "<string>",
"alert_description": "<string>",
"alert_urgency_id": "<string>",
"interval": 123,
"interval_unit": "minutes",
"notification_target_id": "<string>",
"notification_target_type": "User",
"enabled": true
}
}
}
'{
"data": {
"id": "84d8a8b5-d2cb-43ad-9c6e-cfb74e457a07",
"type": "heartbeats",
"attributes": {
"slug": "incidunt-laborum-aliquid-qui",
"name": "api.rootly.com",
"description": "This is a description",
"alert_summary": "API is down",
"alert_description": "Updated runbook: Check /docs/updated-troubleshooting",
"alert_urgency_id": "b04194b5-e5b5-4740-960e-42b35874e2d3",
"interval": 10,
"interval_unit": "minutes",
"notification_target_id": "418",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/84d8a8b5-d2cb-43ad-9c6e-cfb74e457a07/ping",
"secret": "heartbeat_14e3369a9167656a72285fc501f8a6403894636b2922b035d6d85e41762da3ac",
"email_address": "[email protected]",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2026-01-22T01:00:04.539-08:00",
"created_at": "2026-01-22T00:59:59.438-08:00"
}
}
}