delete
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.
Usage
cldkctl box delete [flags]Aliases
delete, rmSteps
Follow 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.

Flags
-h, --help
Help for box delete command.
-n, --name string
Specify object storage name.
Last updated
