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.
Request Parameters
The following table describes the request parameters for
DisassociateAddress
. Parameter names are
case sensitive.
Name | Description | Required |
---|---|---|
|
IP address that you are disassociating from the instance. Type: xsd:string |
Yes |
Response Elements
The following table describes the default response tags included
in DisassociateAddress
responses.
Name | Description |
---|---|
|
Type: xsd:boolean |
Sample Request
<DisassociateAddress xmlns="http://ec2.amazonaws.com/doc/2008-08-08"> <publicIp>67.202.55.255</publicIp> </DisassociateAddress>
Sample Response
<DisassociateAddressResponse xmlns="http://ec2.amazonaws.com/doc/2008-08-08"> <return>true</return> </DisassociateAddressResponse>