Deleting a Schedule
Delete schedules from a snapshot policy.
- On the Snapshot Policies list page, select the snapshot policy that you want to work with. If you need help finding the list page or the snapshot policy, see Listing Snapshot Policies.
- On the details page, select Schedules.
- Select the schedule or schedules you want to delete, then select Delete.
- When prompted, confirm the deletion.
Use the
oci fs filesystem-snapshot-policy update
command and with the--schedules
parameter to remove schedules from a snapshot policy:oci fs filesystem-snapshot-policy update --filesystem-snapshot-policy-id <snapshot_policy_OCID> --schedules [<list_of_JSON_schedules>] [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Use UpdateFilesystemSnapshotPolicy to delete a snapshot policy's schedules.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.