mc table maintenance remove

The mc table maintenance remove command removes a table-level maintenance override.

Syntax

The command has the following syntax:

mc table maintenance remove [FLAGS] ALIAS/WAREHOUSE/NAMESPACE/TABLE

Flags

Flag Description
--type value Maintenance type (icebergSnapshotManagement, icebergUnreferencedFileRemoval, icebergCompaction) (required).

Global flags

This command supports any of the global flags.

Examples

Remove a table’s compaction override, reverting to the warehouse default.

mc table maintenance remove myminio/my-warehouse/my-namespace/my-table --type icebergCompaction

Behavior

S3 compatibility

The mc command-line tool is built for compatibility with the AWS S3 API and is tested with MinIO AIStor and AWS S3 for expected functionality and behavior.