Delete a Scaleway Audit Trail custom alert rule
scaleway_audit_delete_custom_alert_rulePermanently delete a custom alert rule by ID with explicit confirm=true. The deletion is immediate and irreversible; past events remain in event streams.
Instructions
PERMANENTLY delete a custom alert rule by ID. Requires confirm=true. Irreversible - the rule's definition is gone, though past events it recorded remain in the event streams. Needs more than AuditTrailReadOnly on THIS server's own credential (read-only covers just the query tools) - if the call fails with permissions_denied, grant the Audit Trail write permission set via scaleway_iam_set_policy_rules. CAVEAT (live-verified 2026-08-18): Scaleway documents the custom-alert-rules endpoints, but the deployed API (fr-par) returns HTTP 501 'unknown method' for every custom-alert-rules method - this tool is kept for when Scaleway implements them and currently surfaces that error verbatim. Don't retry on 501; the preconfigured rules via scaleway_audit_list_alert_rules are the working alternative today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Defaults to the server's configured region (fr-par). | |
| confirm | Yes | Must be explicitly true. Deletion is immediate and irreversible. | |
| custom_alert_rule_id | Yes | ID of the custom alert rule to delete - from scaleway_audit_list_custom_alert_rules. |