storage delete command

The storage delete command deletes a storage bucket variant that is no longer needed. After a variant is deleted, data objects cannot be retrieved or deleted.

Usage notes

A good practice is to retire a variant before you delete it.

If the storage file system is unavailable, and you still want to delete the variant, use the advanced option (-a) with the command. At the Suppress Creation of Marker File? prompt, enter y to delete the variant when the storage file system is unavailable.

Environment

  • Windows 2008
  • Linux®

Authorization

Administrative user

Syntax

execute storage -delete -a

Option descriptions

-a
Brings up the prompt Suppress Creation of Marker File?. The entry of y at the prompt Suppress Creation of Marker File? enables you to delete the variant when the storage file system is unavailable.

Examples

Example: Deleting a variant.
This command deletes the 1st_provisioned variant.
execute storage -delete


Inspecting configuration.  Might take a minute...
Choose storage bucket name:

 0. 1st_provisioned

Enter selection number: 0
Choose Service Name:

*0. 1st_provisioned_var00

Enter selection number: 0
You have chosen the variant 1st_provisioned_var00
Do you wish to delete the selected variant? [y|n]: y


Sending request. This might take a minute.....
Activity complete.
Example: Deleting a variant when the storage file system is unavailable.
This command deletes the 1st_provisioned variant. The -a parameter brings up the prompt Suppress Creation of Marker File?.
execute storage -delete -a

Suppress Creation of Marker File? [y|n] (n): y

Inspecting configuration.  Might take a minute...
Choose storage bucket name:

 0. 1st_provisioned

Enter selection number: 0
Choose Service Name:

*0. 1st_provisioned_var00

Enter selection number: 0
You have chosen the variant 1st_provisioned_var00
Do you wish to delete the selected variant? [y|n]: y


Sending request. This might take a minute.....
Activity complete.