3.31.7. Disassociate host

 
MethodURIDescription
POST/v2/{tenant_id}/os-networks/{id}/action

Disassociates the host from a specified network.

Normal response codes: 202

 3.31.7.1. Request

This table shows the URI parameters for the disassociate host request:

NameTypeDescription

{tenant_id}

​String

The unique identifier of the tenant or account.

{id}

​U​U​ID

The unique identifier associated with the network.

 

Example 3.264. Disassociate host: JSON request

{
    "disassociate_host": null
}

 

Example 3.265. Disassociate host: XML request

<disassociate_host/>

This operation does not require a request body.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...