ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver object-store-server bucket delete

    Delete an object store bucket

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

    Description

    The vserver object-store-server bucket delete command deletes the bucket belonging to the object store server.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    This parameter specifies the name of the Vserver for the object store server’s bucket you want to delete.

    -bucket <TextNoCase> - Object Store Server Bucket Name

    This parameter specifies the name of the bucket of the object store server you want to delete.

    Examples

    The following example deletes an object store server bucket for Vserver vs1.

    cluster1::> vserver object-store-server delete -vserver vs1 -bucket testbucket
    Top of Page