Update a specific pulse by id
curl --request PUT \
--url https://api.rootly.com/v1/pulses/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"attributes": {
"source": "<string>",
"summary": "<string>",
"service_ids": [
"<string>"
],
"environment_ids": [
"<string>"
],
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"external_url": "<string>",
"labels": [
{
"key": "<string>",
"value": "<string>"
}
],
"refs": [
{
"key": "<string>",
"value": "<string>"
}
],
"data": {}
},
"type": "pulses"
}
}
'{
"data": {
"id": "457aaacb-fdac-4069-b86d-39c0dab011b2",
"type": "pulses",
"attributes": {
"short_id": null,
"source": "unknown",
"summary": "Deploy k8s",
"labels": [],
"refs": [],
"services": [
{
"id": "3a7b26c9-ffbe-4fa1-8ad4-e36adaefbd62",
"alert_broadcast_channel": {},
"alert_broadcast_enabled": false,
"alert_urgency_id": null,
"alerts_email_address": "[email protected]",
"alerts_email_enabled": false,
"backstage_id": null,
"color": "#047BF8",
"cortex_id": null,
"created_at": "2026-01-23T22:59:42.222-08:00",
"datadog_id": null,
"deleted_at": null,
"description": "Odit velit maiores magnam.",
"external_id": null,
"github_repository_branch": "master",
"github_repository_name": null,
"gitlab_repository_branch": "master",
"gitlab_repository_name": null,
"heroku_app_name": null,
"incident_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incidents_count": 0,
"jsmops_id": null,
"kubernetes_deployment_name": null,
"name": "Ipsum assumenda doloremque nobis.",
"notify_emails": [],
"opsgenie_id": null,
"opsgenie_team_id": null,
"opslevel_id": null,
"pagerduty_id": null,
"position": 2,
"public_description": null,
"service_now_ci_sys_id": null,
"show_uptime": true,
"show_uptime_last_days": 60,
"slack_aliases": [],
"slack_channels": [],
"slug": "ipsum-assumenda-doloremque-nobis",
"status": "operational",
"team_id": 449,
"updated_at": "2026-01-23T22:59:42.222-08:00"
}
],
"environments": [
{
"id": "3ccf27dc-1bcd-423f-9d39-6c5d9dca954d",
"color": "#cba4a4",
"created_at": "2026-01-23T22:59:42.233-08:00",
"deleted_at": null,
"description": "Dolorum architecto ipsa aut.",
"external_id": null,
"incidents_count": 0,
"name": "Nisi reiciendis atque perspiciatis.",
"notify_emails": [],
"position": 2,
"slack_aliases": [],
"slack_channels": [],
"slug": "nisi-reiciendis-atque-perspiciatis",
"team_id": 449,
"updated_at": "2026-01-23T22:59:42.233-08:00"
}
],
"data": {},
"external_url": null,
"started_at": "2026-01-23T22:59:42.162-08:00",
"ended_at": null,
"created_at": "2026-01-23T22:59:42.162-08:00",
"updated_at": "2026-01-23T22:59:44.020-08:00"
}
}
}Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/pulses/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"attributes": {
"source": "<string>",
"summary": "<string>",
"service_ids": [
"<string>"
],
"environment_ids": [
"<string>"
],
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"external_url": "<string>",
"labels": [
{
"key": "<string>",
"value": "<string>"
}
],
"refs": [
{
"key": "<string>",
"value": "<string>"
}
],
"data": {}
},
"type": "pulses"
}
}
'{
"data": {
"id": "457aaacb-fdac-4069-b86d-39c0dab011b2",
"type": "pulses",
"attributes": {
"short_id": null,
"source": "unknown",
"summary": "Deploy k8s",
"labels": [],
"refs": [],
"services": [
{
"id": "3a7b26c9-ffbe-4fa1-8ad4-e36adaefbd62",
"alert_broadcast_channel": {},
"alert_broadcast_enabled": false,
"alert_urgency_id": null,
"alerts_email_address": "[email protected]",
"alerts_email_enabled": false,
"backstage_id": null,
"color": "#047BF8",
"cortex_id": null,
"created_at": "2026-01-23T22:59:42.222-08:00",
"datadog_id": null,
"deleted_at": null,
"description": "Odit velit maiores magnam.",
"external_id": null,
"github_repository_branch": "master",
"github_repository_name": null,
"gitlab_repository_branch": "master",
"gitlab_repository_name": null,
"heroku_app_name": null,
"incident_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incidents_count": 0,
"jsmops_id": null,
"kubernetes_deployment_name": null,
"name": "Ipsum assumenda doloremque nobis.",
"notify_emails": [],
"opsgenie_id": null,
"opsgenie_team_id": null,
"opslevel_id": null,
"pagerduty_id": null,
"position": 2,
"public_description": null,
"service_now_ci_sys_id": null,
"show_uptime": true,
"show_uptime_last_days": 60,
"slack_aliases": [],
"slack_channels": [],
"slug": "ipsum-assumenda-doloremque-nobis",
"status": "operational",
"team_id": 449,
"updated_at": "2026-01-23T22:59:42.222-08:00"
}
],
"environments": [
{
"id": "3ccf27dc-1bcd-423f-9d39-6c5d9dca954d",
"color": "#cba4a4",
"created_at": "2026-01-23T22:59:42.233-08:00",
"deleted_at": null,
"description": "Dolorum architecto ipsa aut.",
"external_id": null,
"incidents_count": 0,
"name": "Nisi reiciendis atque perspiciatis.",
"notify_emails": [],
"position": 2,
"slack_aliases": [],
"slack_channels": [],
"slug": "nisi-reiciendis-atque-perspiciatis",
"team_id": 449,
"updated_at": "2026-01-23T22:59:42.233-08:00"
}
],
"data": {},
"external_url": null,
"started_at": "2026-01-23T22:59:42.162-08:00",
"ended_at": null,
"created_at": "2026-01-23T22:59:42.162-08:00",
"updated_at": "2026-01-23T22:59:44.020-08:00"
}
}
}