Merge pull request #19317 from mavenugo/epforce
Forced endpoint cleanup Upstream-commit: 851c94db1bafac593cf193dd9dde26cd3d9e7f23 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user