Google Cloud에서 IP 주소를 더 이상 사용하지 않으려면 BYOIP 주소를 프로비저닝 해제하면 됩니다.
구성요소마다 프로비저닝 해제에 걸리는 시간이 다릅니다.
구성
리전(v2)
리전(v1)
전역(v1)
공지된 공개 접두사 프로비저닝 해제 시간
약 2주
약 4주
약 4주
공개 위임 접두사 프로비저닝 해제 시간
몇 분
4주
4주
하위 접두사 프로비저닝 해제 시간
몇 분
몇 분
몇 분
역할
이 가이드의 작업을 완료하는 데 필요한 권한을 얻으려면 관리자에게 프로젝트에 대한 Compute 공개 IP 관리자(roles/compute.publicIpAdmin) IAM 역할을 부여해 달라고 요청하세요.
역할 부여에 대한 자세한 내용은 프로젝트, 폴더, 조직에 대한 액세스 관리를 참조하세요.
공지된 공개 프리픽스 상태를 확인하여 삭제가 대기 중인지 확인할 수 있습니다. 공지된 공개 프리픽스가 삭제될 때까지 상태는 PREFIX_REMOVAL_IN_PROGRESS입니다.
ROA 삭제
공지된 공개 프리픽스를 성공적으로 삭제한 후에는 Google Cloud의 ASN을 가리키는 ROA를 삭제할 필요가 없습니다. 이 ROA를 삭제하려면 ROA를 삭제하기 전에 공지된 공개 프리픽스를 삭제한 후 14일을 기다려야 합니다. 이 대기 시간 동안 Google Cloud는 IP 주소 범위 공지를 중지하기 위해 구성을 업데이트할 시간을 갖습니다.
[[["이해하기 쉬움","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-05(UTC)"],[],[],null,["# Deprovision bring your own IP\n=============================\n\nIf you no longer want to use your IP addresses in Google Cloud, you\ncan deprovision your BYOIP addresses.\n\nDifferent components take different times to deprovision.\n\n\n\u003cbr /\u003e\n\n### Roles\n\n\nTo get the permissions that\nyou need to complete the tasks in this guide,\n\nask your administrator to grant you the\n\n\n[Compute Public IP Admin](/iam/docs/roles-permissions/compute#compute.publicIpAdmin) (`roles/compute.publicIpAdmin`)\nIAM role on your project.\n\n\nFor more information about granting roles, see [Manage access to projects, folders, and organizations](/iam/docs/granting-changing-revoking-access).\n\n\nYou might also be able to get\nthe required permissions through [custom\nroles](/iam/docs/creating-custom-roles) or other [predefined\nroles](/iam/docs/roles-overview#predefined).\n\nDeprovision BYOIP addresses\n---------------------------\n\nWhen you deprovision BYOIP addresses, complete the steps in the following\nsections in order.\n\n### Delete a public delegated prefix or sub-prefix\n\nYou can delete a public delegated prefix or sub-prefix if all IP addresses in\nthe prefix are not assigned to resources:\n\n- For IPv4 prefixes: the IP addresses are\n [unassigned](/compute/docs/ip-addresses/configure-static-external-ip-address#unassign_ip).\n When you delete the prefix, all associated IP addresses are deleted.\n\n- For IPv6 prefixes: no forwarding rules or subnets use IP address ranges from\n the sub-prefix.\n\nBefore you can delete a v2 regional public delegated prefix, the prefix must\nnot be advertised. Check the [status](/vpc/docs/create-pdp#pdp-status), and if\nneeded, [withdraw the\nprefix](/vpc/docs/manage-bgp-announcement#withdraw_advertisement_of_a_prefix).\n\nAfter the deletion process is started, you cannot make changes to\nthe public delegated prefix.\n\nYou can verify that the removal is pending by [checking the status of the public\ndelegated prefix](/vpc/docs/create-pdp#pdp-status). The status is `DELETING`\nuntil the public delegated prefix is deleted.\n\nWhen deletion is complete, the IP range from the deleted public delegated prefix\nis available in the public advertised prefix and can be delegated to a new\npublic delegated prefix. \n\n### Console\n\n1. In the Google Cloud console, go to the **Bring your own IP** page.\n\n [Go to Bring your own IP](https://console.cloud.google.com/networking/byoip)\n2. Click the public delegated prefix that you want to delete, and then\n click **Delete**.\n\n### gcloud\n\nTo delete a public delegated prefix or a sub-prefix, use the\n[`public-delegated-prefixes delete`\ncommand](/sdk/gcloud/reference/compute/public-delegated-prefixes/delete). \n\n```\ngcloud compute public-delegated-prefixes delete PDP_NAME \\\n --region=PDP_REGION\n```\n\nTo delete a global public delegated prefix or sub-prefix, replace\n`--region=`\u003cvar translate=\"no\"\u003ePDP_REGION\u003c/var\u003e with `--global`.\n\nIf the prefix was delegated to another project from this project, use the\n`--project=`\u003cvar translate=\"no\"\u003ePROJECT_NAME\u003c/var\u003e flag with the\n`public-delegated-prefixes delete` command to specify the project where the\nprefix is located.\n\nOr you can use the following command to delete a sub-prefix that is\ndelegated to another project without having to include that project in the\ncommand. \n\n```\ngcloud compute public-delegated-prefixes \\\n delegated-sub-prefixes \\\n delete SUB_PREFIX_NAME \\\n --public-delegated-prefix=PARENT_PDP_NAME \\\n --public-delegated-prefix-region=PDP_REGION\n```\n\nTo delete a global public delegated prefix or sub-prefix, replace\n`--public-delegated-prefix-region=`\u003cvar translate=\"no\"\u003ePDP_REGION\u003c/var\u003e with\n`--global-public-delegated-prefix`.\n\n### Delete a public advertised prefix\n\nYou can delete a public advertised prefix if it is not in use. After the\ndeletion process is started, you cannot make changes to the public advertised\nprefix. \n\n### Console\n\n1. In the Google Cloud console, go to the **Bring your own IP** page.\n\n [Go to Bring your own IP](https://console.cloud.google.com/networking/byoip)\n2. Select the public advertised prefix that you want to delete, and then\n click **Delete prefix**.\n\n### gcloud\n\nTo delete a public advertised prefix, use the [`public-advertised-prefixes\ndelete`\ncommand](/sdk/gcloud/reference/compute/public-advertised-prefixes/delete). \n\n```\ngcloud compute public-advertised-prefixes delete PAP_NAME \\\n```\n\nYou can verify that the removal is pending by [checking the status of the\npublic advertised prefix](/vpc/docs/create-pap#pap-status). The status is\n`PREFIX_REMOVAL_IN_PROGRESS` until the public advertised prefix is deleted.\n\n### Remove a ROA\n\nAfter you successfully delete a public advertised prefix, you don't need to\nremove the ROA that points to the ASN for Google Cloud. If you want to\nremove this ROA, you must wait 14 days after deleting the public advertised\nprefix before you remove the ROA. This waiting period gives Google Cloud\ntime to update configurations in order to stop advertising your IP address\nrange."]]