edjx bucket delete
Deletes a specific bucket.
You must know the Bucket ID to execute this command. |
Options
Option | Required | Type | Description |
---|---|---|---|
|
Yes |
string |
The bucket UUID to delete from the organization. |
Global Flags
Option | Required | Type | Description |
---|---|---|---|
|
No |
Displays inline help for the command. |
|
|
No |
string |
Location of client configuration file (default file path is |
Delete a specific bucket
-
View the list of buckets associated with the current organization:
edjx bucket list
-
Copy the Bucket ID from the output.
-
Execute the delete command.
edjx bucket delete <bucket-UUID>
Sample Output
root@edjx:~ # edjx bucket delete 2c65824b-4ac8-4192-9ce4-7ac0d9599d00 Use the arrow keys to navigate: ↓ ↑ → ← ? Delete bucket 2c65824b-4ac8-4192-9ce4-7ac0d9599d00?: ▸ Y N Bucket deleted successfully
If you want to view buckets associated with another organization,
you must first switch to that organization. See edjx config organization for details. |