HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/globalaccelerator/withdraw-byoip-cidr.rst
**To withdraw an address range**

The following ``withdraw-byoip-cidr`` example withdraws an address range from AWS Global Accelerator that you previously advertised for use with your AWS resources. ::

    aws globalaccelerator withdraw-byoip-cidr \
        --cidr 192.0.2.250/24

Output::

    {
        "ByoipCidr": {
            "Cidr": "192.0.2.250/24",
            "State": "PENDING_WITHDRAWING"
        }
    }

For more information, see `Bring your own IP address in AWS Global Accelerator <https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html>`__ in the *AWS Global Accelerator Developer Guide*.