Updates the configuration of an existing service in your PagerDuty account. You can modify the service name, description, escalation policy, and team associations.
This is a write tool that modifies your PagerDuty account. You must enable write mode with the --enable-write-tools flag to use this tool.
Escalation Policy Reference: When updating a service, the escalation_policy reference only requires the id field. The summary field is server-generated and will be ignored if you provide it.Example: {"id": "PEPOLICY456"}
Before updating a service, ensure that:
The service ID exists and is valid
The escalation policy ID exists and is valid
Any team IDs you reference exist in your account
You have the necessary permissions to update services
Active incidents on this service may be affected by escalation policy changes
Update Behavior: The update operation replaces the entire service configuration. Make sure to include all fields you want to keep, not just the ones you want to change.