Use the CLI commands in this topic to delete scheduled reports from the reports database on the appliance.
To delete scheduled reports from the reports database:
Enable the CLI configuration mode.
hostname > enable hostname # configure terminal
Verify the report identification number to delete from the reports database.
hostname (config) # show report schedule
Periodicity MonthDay WeekDay Time Transport Command
2 hourly - - 00:00 file callback_server report_format csv time_frame past_week
3 weekly - Wed 00:00 file executive_summary report_format pdf time_frame past_week
Total reporting jobs scheduled: 2.
Specify the report identification number you want to delete from the reports database.
hostname (config) # no report schedule <report_number>
Verify the status of the report schedule.
hostname (config) # show report schedule
Save your changes.
hostname (config) # write memory