Deleting a Schedule
Complete the following instructions to delete a schedule with Resource Scheduler.
This topic explains how to delete a schedule using the Console.
Important
To create schedules using these procedures, you must have a policy that allows you to access, create, and modify schedules, and you must have a policy that allows schedules to manage resources. For more information, see Authentication and Authorization, Resource Scheduler Policies, and Example Policies.CautionTo delete a schedule:
When you delete a schedule, it is permanently removed from the database and cannot be retrieved. It you might want to reuse a completed schedule in the future, disable the schedule instead of deleting it.- On the Resource Scheduler Schedules page, select the name of a schedule that you want to delete.
- On the details page for that schedule, select Delete Schedule.
- In the Delete Schedule confirmation dialog box, select Delete to delete the schedule. The Details window icon changes to gray and the label below the icon says DELETED.
- Optional verification: Return to the Resource Scheduler Schedules page and verify that the schedule you deleted is no longer in the list of schedules.
Use the Schedule Delete command and required parameters to delete a schedule. Commmand oci resource-scheduler schedule delete --schedule-id, --force, -? | -h | --hel
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use the Resource Scheduler DeleteSchedule API to delete a schedule. For a complete list of Resource Scheduler APIs, see Resource Scheduler APIs.