Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

delete

Delete a specific flexi storage by its ID.

Usage

cldkctl flexi storage delete [flags]

Aliases

delete, del, rm

Steps

Follow the steps below to run and view the result of this command:

  1. Refer to the Flexi Storage List section to obtain the storage ID.

  2. Run the following command in your terminal:

cldkctl flexi storage delete [storage_id] 
  1. Replace [storage_id] with the actual storage ID.

  2. Once completed successfully, the terminal displays the success message.

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Shorthand
Description

--help

-h

Help for the delete command.

--storage string

-s

Storage ID for filtering storage

Last updated