[{
"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-01 UTC.