O comando delete-table-bucket exclui um table bucket do OSS Tables.
Observações
Exclua todos os namespaces e tabelas do table bucket antes de executar este comando.
A exclusão é irreversível. Após a exclusão, não será possível recuperar o table bucket nem seus dados.
Formato do comando
ossutil tables-api delete-table-bucket --table-bucket-arn value [flags]
|
Parâmetro |
Tipo |
Descrição |
|
--table-bucket-arn |
string |
O Alibaba Cloud Resource Name (ARN) do table bucket. Formato: |
O comando
delete-table-bucketcorresponde à operação da APIDeleteTableBucket. Para obter mais informações sobre os parâmetros dessa operação, consulte DeleteTableBucket.Para obter detalhes sobre as opções globais de linha de comando, consulte Opções globais de linha de comando.
Exemplos
-
Exclua um table bucket chamado
my-table-bucketna região China (Hangzhou):ossutil tables-api delete-table-bucket --table-bucket-arn acs:osstables:cn-hangzhou:1234567890:bucket/my-table-bucket -
Exclua um table bucket chamado
test-table-bucketna região China (Shanghai):ossutil tables-api delete-table-bucket --table-bucket-arn acs:osstables:cn-shanghai:1234567890:bucket/test-table-bucket