plugin_list
List installed Docker engine plugins with their full attributes (Id, Name, Enabled, Settings, Config). Use it to find exact plugin names for inspection, enable, disable, or remove actions.
Instructions
List installed engine plugins with their full attrs.
Covers managed engine plugins (volume/network/logging drivers installed via plugin_install)
— not docker CLI plugins such as compose, buildx, or scout. Use it to find exact plugin names
for plugin_inspect/plugin_enable/plugin_disable/plugin_remove; the Enabled key shows
each plugin's state.
returns: list - One attrs dict per installed plugin (Id, Name, Enabled, Settings, Config)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||