名稱
gdcloud kms keys delete - 刪除 AEAD 或簽署金鑰。
概要
gdcloud kms keys delete NAME [flags]
範例
To delete an AEAD key, run:
gdcloud kms keys delete my-key --key-type=AEADKey
To delete a signing key, run:
gdcloud kms keys delete my-signing-key --key-type=SigningKey
To delete a key without confirmation prompt, run:
gdcloud kms keys delete my-key --key-type=AEADKey --quiet
必要標記
--key-type string Type of key to delete (AEADKey or SigningKey).
選用旗標
--async If set, the command returns immediately without waiting for the operation to complete.
GDCLOUD 廣泛旗標
所有指令都可使用這些旗標:--configuration、--format、--help、--project、--quiet。
詳情請參閱 gdcloud CLI 參考資料總覽頁面。