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. Enable the 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
    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.
  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