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/lib/python3/dist-packages/awscli/examples/rds/delete-custom-availability-zone.rst
**To delete a custom Availability Zone**

The following ``delete-custom-availability-zone`` example deletes a custom Availability Zone. ::

    aws rds delete-custom-availability-zone \
        --custom-availability-zone-id rds-caz-EXAMPLE

Output::

    {
        "CustomAvailabilityZone": {
            "CustomAvailabilityZoneId": "rds-caz-EXAMPLE",
            "CustomAvailabilityZoneName": "test-custom-availability-zone",
            "CustomAvailabilityZoneStatus": "DELETING"
        }
    }

For more information, see `What is Amazon RDS on VMware? <https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html>`__ in the *Amazon RDS on VMware User Guide*.