Delete Health Rule
appd_delete_health_rulePermanently delete a health rule by its ID. Provide the application name or ID and the health rule ID. This action cannot be undone.
Instructions
Permanently delete a health rule by ID.
This action cannot be undone. Use appd_get_health_rules to confirm the ID before deleting.
Args:
application (string|number): App name or ID
healthRuleId (number): ID of the health rule to delete
Returns: Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application | Yes | Application name or numeric ID. | |
| healthRuleId | Yes | ID of the health rule to delete. |