DisassociateAddress

GET /?Action=DisassociateAddress
Description

Disassociates an External IP address (EIP) from the instance or network interface it is associated with.

Note

To disassociate an EIP from a NAT gateway, you need to delete the NAT gateway. For more information, see the DeleteNatGateway method.

Body parameter

Required: false
Name: DisassociateAddressRequest

Name Description Required Schema Default Example

AssociationId

The ID that respresents the association of the EIP with the instance or the network interface (required in a VPC).

false

string

PublicIp

The External IP address (required in the public Cloud).

false

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

DisassociateAddressResult

Response 200

Response 200

Name Description Required Schema Default Example

requestId

The ID of the request.

false

string

return

If true, the request succeeds. Otherwise, an error is returned.

false

boolean