[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Cloud Bigtable インスタンスの削除
Cloud Bigtable クライアント ライブラリのいずれかを使用すると、インスタンスをプログラムで削除できます。Cloud Bigtable インスタンスを手動で削除するには:
Console
Cloud Console で Cloud Bigtable インスタンスのリストを開きます。
インスタンスのリストを開く
削除するインスタンスをクリックし、[インスタンスの削除] をクリックします。確認ダイアログが表示されます。
確認ダイアログの手順に従って、[削除] をクリックします。インスタンスが完全に削除されます。
cbt
cbt
コマンドライン ツールをインストールします(インストールされていない場合)。
インスタンス ID がわからない場合は、listinstances
コマンドを使用して、プロジェクトのインスタンスのリストを表示します。
cbt listinstances
deleteinstance
コマンドを使用して、インスタンスを削除します。
cbt deleteinstance INSTANCE_ID
INSTANCE_ID
をインスタンスの永続的な識別子に置換します。
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-15 UTC.