storage platforms delete
Delete a Platform
storage platforms delete
Synopsis
omics workbench storage platforms delete PLATFORM_ID
[--storage-id my-aws-account]
[--force]Description
Delete a specified platform from storage, prompting for confirmation before deleting.
Examples
The basic usage of this command is for deleting a platform. When running the command below, you will be prompted to confirm whether you want to actually delete the platform.
omics workbench storage platforms delete my-aws-platform
--storage-id my-aws-accountIf 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 platforms delete my-aws-platform
--storage-id my-aws-account
--forcePositional Arguments
PLATFORM_ID
PLATFORM_IDThe user-defined ID of the platform to delete.
Flags
--storage-id=STORAGE_ID
--storage-id=STORAGE_IDThe ID of the storage account associated with the platform.
--force
--forceForce the deletion without prompting for confirmation.
Last updated
Was this helpful?

