Follow these steps to delete scheduled reports using the CLI.
A scheduled SmartVision alerts report can be deleted using the Web UI or CLI.
Prerequisites
Determine the identification number of the report to delete from the reports database.
In this example, the appliance’s
/data/reportsdirectory contains two generated reports: a SmartVision alerts report and an executive summary report.hostname (config) # show report schedulePeriodicity MonthDay WeekDay Time Transport Command 1 hourly - - 00:00 file smartvision_alerts report_format pdf time_frame past_day 4 weekly - Wed 00:00 file executive_summary report_format pdf time_frame past_week Total reporting jobs scheduled: 2.
Specify the report to delete from the reports database by using the following command, where
<reportNumber>is the scheduled report’s identification number.no report schedule <report_number>
This example deletes the executive summary report (ID number 4 in the example):
hostname (config) # no report schedule 4Verify that the report has been removed from the scheduled reports list.
hostname (config) # show report schedule