Dismiss a recommended rule
Dismiss a recommended rule for a service, recording feedback on whether the recommendation was useful.
Scoped OAuth requires: recommendations.write
Authorization
api_key The API Key with format Token token=<API_KEY>
In: header
Path Parameters
The service ID
The recommendation ID (rule instance hash).
Header Parameters
The Accept header is used as a versioning header.
"application/vnd.pagerduty+json;version=2""application/json"Value in
- "application/json"
Request Body
application/json
A request to dismiss a recommended rule with feedback.
TypeScript Definitions
Use the request body type in TypeScript.
A decision to dismiss a recommended rule, including feedback on its usefulness.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
Delete an accepted rule DELETE
Remove a previously accepted recommended rule from a service's Event Orchestration. Scoped OAuth requires: `recommendations.write`
List recommended rules GET
List AI-generated recommended rules available for an account's Service Event Orchestrations. Results can be filtered by service or team. Use cursor-based pagination to retrieve large result sets. Note: `service_id` and `service_ids[]` cannot be used together in the same request. Scoped OAuth requires: `recommendations.read`