DisassociateAddress

The DisassociateAddress operation disassociates the specified elastic IP address from the instance to which it is assigned. This is an idempotent operation. If you enter it more than once, Amazon EC2 does not return an error.

The following table describes the request parameters for DisassociateAddress. Parameter names are case sensitive.

NameDescriptionRequired

publicIp

IP address that you are disassociating from the instance.

Type: xsd:string

Yes

The following table describes the default response tags included in DisassociateAddress responses.

NameDescription

return

true if the IP address is disassociated from the instance. Otherwise, false.

Type: xsd:boolean

<DisassociateAddress xmlns="http://ec2.amazonaws.com/doc/2008-02-01">
    <publicIp>67.202.55.255</publicIp>
</DisassociateAddress>
<DisassociateAddressResponse xmlns="http://ec2.amazonaws.com/doc/2008-02-01">
  <return>true</return>
</DisassociateAddressResponse>