mc ilm rule rm

Syntax

The mc ilm rule rm command removes an object lifecycle management rule from an AIStor Bucket.

Parameters

ALIAS

Required

The alias and full path to the bucket on the AIStor deployment to which to remove the object lifecycle management rule. For example:

mc ilm rule rm myminio/mydata

--all

Optional

Removes all rules in the bucket. Requires including --force.

Mutually exclusive with --id.

--force

Optional

Required if specifying --all.

--id

Optional

The unique ID of the rule. Use mc ilm rule ls to list bucket rules and retrieve the id for the rule you want to remove.

Mutually exclusive with mc ilm rule rm --all

Global Flags

This command supports any of the global flags.

Examples

Remove a Bucket Lifecycle Management Rule

Use mc ilm rule rm to remove a bucket lifecycle management rule:

mc ilm rule rm --id "RULE" ALIAS/PATH
  • Replace RULE with the unique identifier of the lifecycle management rule. Use mc ilm rule ls to find the ID to use.
  • Replace ALIAS with the alias of the S3-compatible host.
  • Replace PATH with the path to the bucket on the S3-compatible host.

Required Permissions

For permissions required to remove a rule, refer to the required permissions on the parent command.

Behavior

S3 Compatibility

The mc commandline tool is built for compatibility with the AWS S3 API and is tested with AIStor and AWS S3 for expected functionality and behavior.

AIStor provides no guarantees for other S3-compatible services, As their S3 API implementation is unknown and therefore unsupported.

While mc commands may work as documented, any such usage is at your own risk.