ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume snapshot policy delete

    Delete a snapshot policy

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The volume snapshot policy delete command deletes a Snapshot policy.

    Parameters

    -vserver <vserver name> - Vserver Name

    This specifies the Vserver on which the Snapshot policy is to be deleted.

    -policy <snapshot policy> - Snapshot Policy Name

    This specifies the Snapshot policy that is to be deleted.

    Examples

    The following example deletes a Snapshot policy named snappolicy_hourly on Vserver vs0:

    cluster1::> volume snapshot policy delete -vserver vs0 -policy snappolicy_hourly
    Top of Page