Deleting a Schedule

Delete schedules from a snapshot policy.

    1. Open the navigation menu  and select Storage. Under File Storage, select File Systems.
    2. (Optional) In the List scope section, under Compartment, select a compartment.
    3. Under Additional resources, click Snapshot Policies.
    4. Click the name of the snapshot policy that contains the schedule that you want to delete.
    5. On the snapshot policy's details page, under Resources, click Schedules.
    6. Select the schedule or schedules you want to delete, then click Delete.
    7. Click Delete to confirm.
  • 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.