edjx bucket delete

Deletes a specific bucket.

You must know the Bucket ID to execute this command.

Usage

edjx bucket delete <bucket-UUID>

Options

Option Required Type Description

<bucket-UUID>

Yes

string

The bucket UUID to delete from the organization.

Global Flags

Option Required Type Description

-h, --help

No

Displays inline help for the command.

--config <file-location>

No

string

Location of client configuration file (default file path is $HOME/.edjx/.edjx.yaml).

Delete a specific bucket

  1. View the list of buckets associated with the current organization:

    edjx bucket list
  2. Copy the Bucket ID from the output.

  3. 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.