All Products
Search
Document Center

Object Storage Service:Delete Table Bucket encryption

Last Updated:May 08, 2026

The delete-table-bucket-encryption command deletes the server-side encryption configuration for a Table Bucket.

Usage notes

  • After you delete the encryption configuration, new data written to the Table Bucket is no longer server-side encrypted. Existing encrypted data is not affected.

Syntax

ossutil tables-api delete-table-bucket-encryption --table-bucket-arn value [flags]

Parameter

Type

Description

--table-bucket-arn

string

The Table Bucket ARN in the format acs:osstables:{region}:{accountId}:bucket/{name}.

Note

Examples

The following example deletes the encryption configuration for a Table Bucket named my-table-bucket in the China (Hangzhou) region.

ossutil tables-api delete-table-bucket-encryption --table-bucket-arn acs:osstables:cn-hangzhou:1234567890:bucket/my-table-bucket