Merge pull request #19317 from mavenugo/epforce

Forced endpoint cleanup
Upstream-commit: 851c94db1bafac593cf193dd9dde26cd3d9e7f23
Component: engine
This commit is contained in:
Vincent Demeester
2016-01-14 14:21:30 +01:00
11 changed files with 62 additions and 10 deletions

View File

@ -3079,7 +3079,8 @@ POST /networks/22be93d5babb089c5aab8dbc369042fad48ff791584ca2da2100db837a1c7c30/
Content-Type: application/json
{
"Container":"3613f73ba0e4"
"Container":"3613f73ba0e4",
"Force":false
}
```
@ -3096,6 +3097,7 @@ Status Codes:
JSON Parameters:
- **Container** - container-id/name to be disconnected from a network
- **Force** - Force the container to disconnect from a network
### Remove a network