Deleting a Bucket from Roving Edge Infrastructure

Describes how to delete an object storage bucket on your Roving Edge Infrastructure devices.

The bucket must be empty before you can delete it. See Deleting an Object. If your bucket has versioning enabled, you must delete each version of all the objects contained in the bucket before you can delete the bucket. See Deleting an Object Version.

    1. Open the navigation menu and select Storage > Object Storage & Archive Storage. The Buckets page appears. All buckets are listed in tabular form.

    2. Click the bucket that you want to delete. The bucket's Details page appears.

    3. Click Delete.

    4. Confirm the deletion when prompted.

  • Use the oci os bucket delete command and required parameters to delete an object storage bucket on your Roving Edge Infrastructure devices:

    oci os bucket delete --bucket-name bucket_name [OPTIONS]

    For example:

    oci os bucket delete --bucket-name my_bucket
    Are you sure you want to delete this bucket? [y/N]: y 

    Refer to your Roving Edge Infrastructure device's CLI help for a list of parameters available for this command. See Accessing Command Line Interface Help.

    For set up information regarding CLIs on your Roving Edge Infrastructure device, see Using the Command Line Interface.

  • Run the DeleteBucket operation to delete an object storage bucket on your Roving Edge Infrastructure devices.