storage delete
Delete a Storage Account
storage delete
Synopsis
omics workbench storage delete STORAGE_ID
[--force]
Description
Delete a specified storage account, prompting for confirmation before deleting. This operation does delete the underlying platforms.
Examples
The basic usage of this command is for deleting a storage account. When running the command below, you will be prompted to confirm whether you want to actually delete the storage account.
omics workbench storage delete my-aws-account
If you are running the command in a script (or do not want to be prompted), you can specify the --force
command line flag.
omics workbench storage delete my-aws-account
--force
Positional Arguments
STORAGE_ID
STORAGE_ID
The user-defined ID of the storage account to delete.
Flags
--force
--force
Force the deletion without prompting for confirmation.
Last updated
Was this helpful?