v51

latestSwagger 2.0raw.githubusercontent.com2026-08-01108160461.1 KB
Network

Disconnect a container from a network

post/networks/{id}/disconnect

Path parameters

idstring required

Network ID or name

Request body

Containerstring required

The ID or name of the container to disconnect from the network.

Forceboolean

Force the container to disconnect from the network.

Example request

{
  "Container": "3613f73ba0e4"
}

Response

No error