delete_report
Permanently remove a generated report instance from Aria Operations while preserving its definition and schedules. Preview by default; set confirmed=true to irreversibly delete using a valid report UUID.
Instructions
[WRITE] Permanently delete a generated report artifact from Aria Operations. Removes only the generated report instance and its output — the report definition and any schedules remain intact; re-run generate_report to recreate it. Deletion is irreversible and is recorded in the audit log. Returns an error if the report_id does not exist; use list_reports to find valid UUIDs first. Default confirmed=False returns a preview without deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Aria target name from config; default when omitted. | |
| confirmed | No | Must be True to actually delete. Default False = preview only. | |
| report_id | Yes | The report UUID to delete (from generate_report or list_reports). |