Deleting an Object from Roving Edge Infrastructure

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

To delete objects in bulk using the command line interface (CLI), see Bulk Object Management

    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 containing the object you want to delete. The bucket's Details page appears. All objects are listed in tabular form.

    3. Check each object that you want to delete.

    4. Click Delete Objects. To delete a single object, select the Actions menu (Actions Menu) for that object in the Buckets page and click Delete.

    5. Confirm the deletion when prompted.

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

    oci os object delete --bucket-name bucket-name --name name [OPTIONS]
    For example:
    oci os object delete --bucket-name my_bucket --name file_with_new_name.txt
    Are you sure you want to delete this resource? [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 DeleteObject operation to delete an object storage object contained within an object storage bucket on your Roving Edge Infrastructure devices.