Overview
Creates a new service in your PagerDuty account. Services represent the applications, components, or systems that you want to monitor.Parameters
The data for the new service.
Do not include an
id field in the service data. The service ID is automatically generated by PagerDuty.Response
Returns the createdService object with the server-generated ID and other fields.
The unique identifier for the newly created service (server-generated).
The type of the object (always
"service").The name of the service.
The description of the service.
Reference to the escalation policy associated with this service.
List of teams associated with the service.
Example Usage
Example Request
Example Response
Important Notes
Escalation Policy Reference: When creating 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": "PEPOLICY123"}Related Tools
list_services
List all services
get_service
View service details
update_service
Update service configuration
list_escalation_policies
Find escalation policy IDs