ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster image package delete

    Remove a package from the cluster image package repository

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

    Description

    The cluster image package delete command deletes the specified version of the package from the package repository. The associated information about the package is also deleted from the update database.

    Parameters

    -version <text> - Version To Be Deleted

    Specifies the package version that is to be deleted.

    Examples

    The following example deletes the package with version 8.3:

    cluster1::> cluster image package delete -version 8.3
    
    Package Delete Operation Completed Successfully
    Top of Page