gdcloud auth revoke - GDCH에서 계정의 인증 사용자 인증 정보를 취소합니다.
개요
gdcloud auth revoke ACCOUNT [flags]
설명
GDCH에서 계정의 인증 사용자 인증 정보를 취소합니다.
계정을 지정하지 않으면 이 명령어는 현재 활성 계정의 사용자 인증 정보를 취소하여 해당 계정에서 로그아웃합니다.
gdcloud 및 기타 CLI 도구에서 지정된 계정을 사용하지 못하도록 하려면 사용자 인증 정보를 취소하면 됩니다. 계정을 전환하기 위해 사용자 인증 정보를 취소할 필요는 없습니다.
EXAMPLES
To revoke credentials for the currently active account, run:
gdcloud auth revoke
GDCLOUD 전체 플래그
이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThe \u003ccode\u003egdcloud auth revoke\u003c/code\u003e command revokes authentication credentials for a specified account from GDCH.\u003c/p\u003e\n"],["\u003cp\u003eIf no account is specified, the command revokes credentials for the currently active account, effectively signing it out.\u003c/p\u003e\n"],["\u003cp\u003eRevoking credentials prevents \u003ccode\u003egdcloud\u003c/code\u003e and other CLI tools from using the specified account.\u003c/p\u003e\n"],["\u003cp\u003eYou do not need to revoke credentials to switch between accounts.\u003c/p\u003e\n"]]],[],null,["# gdcloud auth revoke\n\nNAME\n----\n\ngdcloud auth revoke - Revoke the authentication credentials of an account from GDCH.\n\nSYNOPSIS\n--------\n\n gdcloud auth revoke ACCOUNT [flags]\n\nDESCRIPTION\n-----------\n\nRevoke the authentication credentials of an account from GDCH.\nIf no account is specified, this command revokes credentials for the currently active account,\neffectively signing out of that account.\nYou can revoke credentials when you want to prevent gdcloud and other CLI tools from using\nthe specified account. You do not need to revoke credentials to switch between accounts.\n\n### EXAMPLES\n\n To revoke credentials for the currently active account, run:\n\n gdcloud auth revoke\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]