upctl object-storage bucket delete
Delete a bucket from a managed object storage service
Examples
upctl object-storage bucket delete <service-uuid> --name my-bucket
upctl object-storage bucket delete my-service --name my-bucket
Options
| Option | Description |
|---|---|
--name |
The name of the bucket to delete. |
--help, -h |
help for delete Default: false |
Global options
| Option | Description |
|---|---|
--client-timeout, -t |
Client timeout to use in API calls. Default: 0s |
--config |
Configuration file path. |
--debug |
Print out more verbose debug logs. Default: false |
--force-colours |
Force coloured output despite detected terminal support. |
--no-colours |
Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable. |
--output, -o |
Output format. Valid values are human, json and yaml.Default: human |
Related commands
| Command | Description |
|---|---|
| upctl object-storage bucket | Manage buckets in managed object storage services |