close
Drop stale or errored Docker client connections to force lazy rebuild on next use. Prevents connection issues 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 reconnect when you
want to immediately re-establish the connection rather than wait for the next tool call to
trigger a lazy rebuild. Closing all clients does not affect running containers.
args: host - host label to close; omit to close every pooled client returns: bool - True once closed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |