Deleting scheduled reports using the CLI

Prev Next

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:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Verify the report identification number to delete from the reports database.

    hostname (config) # show report schedule
    Periodicity  MonthDay       WeekDay  Time    Transport Command
    3 weekly       -             Sun      12:00   file      common/Alert_Details report_format xml   time_frame past_week
    4 weekly       -             Sun      12:00   email     file_executive_summary report_format pdf   time_frame past_week
    
    
    Total reporting jobs scheduled: 2.
  3. Specify the report identification number you want to delete from the reports database.

    hostname (config) # no report schedule <report_number>
  4. Verify the status of the report schedule.

    hostname (config) # show report schedule
  5. Save your changes.

    hostname (config) #  write memory