storage platforms delete
Delete a Platform
storage platforms delete
Synopsis
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.
If you are running the command in a script (or do not want to be prompted), you can specify the --force
command line flag.
Positional Arguments
PLATFORM_ID
PLATFORM_ID
The user-defined ID of the platform to delete.
Flags
--storage-id
=STORAGE_ID
--storage-id
=STORAGE_ID
The ID of the storage account associated with the platform.
--force
--force
Force the deletion without prompting for confirmation.
Last updated