2024년 6월 17일부터 신규 고객은 Cloud Source Repositories를 사용할 수 없습니다. 이전에 조직에서 Cloud Source Repositories를 사용한 적이 없는 경우 API를 사용 설정할 수 없거나 Cloud Source Repositories를 사용할 수 없습니다. 조직에 연결되지 않은 새 프로젝트는 Cloud Source Repositories API를 사용 설정할 수 없습니다. 2024년 6월 17일 이전에 Cloud Source Repositories를 사용한 조직은 이 변경사항의 영향을 받지 않습니다.
[[["이해하기 쉬움","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)"],[],[],null,["# Enable and disable the service\n\nThis page describes the steps required to enable or disable Cloud Source Repositories.\n| **Caution:** Effective June 17, 2024, Cloud Source Repositories isn't available\n| to new customers. If your organization hasn't\n| previously used Cloud Source Repositories, you can't enable the API or use\n| Cloud Source Repositories. New projects not connected to an organization can't enable the\n| Cloud Source Repositories API. Organizations that have used Cloud Source Repositories prior to\n| June 17, 2024 are not affected by this change.\n\nEnable the service\n------------------\n\n1. Ensure you have the \\`serviceusage.services.enable\\` IAM permission on the project.\n2. Enable the Cloud Source Repositories API with the following Google Cloud CLI command: \n\n ```bash\n gcloud services enable sourcerepo.googleapis.com\n ```\n\nDisable the service\n-------------------\n\n1. Before you disable the Cloud Source Repositories API, ensure that all code that you\n want to keep is available in another location.\n\n2. It's recommended that you [delete repositories](/source-repositories/docs/deleting-a-repository) before you\n disable the API.\n\n3. To disable Cloud Source Repositories, run the following command for your current\n project:\n\n gcloud services disable sourcerepos.googleapis.com"]]