system_close
Force discard stale or errored Docker client connections. Clients are rebuilt lazily on next use, without affecting running containers.
Instructions
Close and drop pooled Docker client connection(s); each is rebuilt lazily on next use.
Use this to force a stale or errored connection to be discarded. Prefer system_reconnect when you
want to immediately re-establish the connection rather than wait for the next tool call to
trigger a lazy rebuild. With host omitted every pooled client is closed (unlike other tools,
where omitting it means the default host). Closing clients does not affect running containers.
returns: bool - True once closed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |