storage delete

Delete a Storage Account

storage delete

Synopsis

omics alpha 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 alpha 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 alpha workbench storage delete my-aws-account
  --force

Positional Arguments

STORAGE_ID

The user-defined ID of the storage account to delete.

Flags

--force

Force the deletion without prompting for confirmation.

Last updated

© DNAstack. All rights reserved.