delete
Usage
cldkctl box delete [flags]Aliases
delete, rmSteps
cldkctl box delete <box-id> -P <project-id>
Flags
Flag
Description
Last updated

The box delete command deletes a specific object storage instance from your project. This command permanently removes an existing object storage service using its Box ID and the associated Project ID.
cldkctl box delete [flags]delete, rmFollow the steps below to run and view the result of this command:
View your available object storage instances to find the Box ID. Refer to the Box List section.
Obtain the corresponding Project ID. Refer to the Project List section.
Run the following command in your terminal:
cldkctl box delete <box-id> -P <project-id>Replace <box-id> with the ID of the object storage and <project-id> with the ID of the project.
Once completed successfully, a message “✓ Object storage deleted successfully!” will appear in your terminal.

This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for box delete command.
-n, --name string
Specify object storage name.
Last updated