DisassociateAddress From Amazon Elastic Compute Cloud: 2009-08-15 previous page next page DisassociateAddressDescriptionDisassociates 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 ParametersNameDescriptionRequiredPublicIp IP address that you are disassociating from the instance. Type: String Default: None YesResponse ElementsNameDescriptionDisassociateAddressResponseTypeDisassociateAddressResponseType element. Type: DisassociateAddressResponseType Ancestor: None Children: requestId, returnrequestId The ID of the request. Type: xsd:string Ancestor: DisassociateAddressResponseType Children: None return Returns Type: xsd:boolean Ancestor: DisassociateAddressResponseType Children: None Examples Example Request This example disassociates the 67.202.55.255 IP address from the instance to which it is assigned. https://ec2.amazonaws.com/?Action=DisassociateAddress&PublicIp=67.202.55.255&AuthParams Example Response <DisassociateAddressResponse xmlns="http://ec2.amazonaws.com/doc/2009-08-15/"> <return>true</return> </DisassociateAddressResponse> Related Operations AllocateAddress DescribeAddresses ReleaseAddress AssociateAddress previous page start next page