plugin_enable
Activate a disabled Docker plugin, making Docker route relevant API calls through it. Specify the plugin name and optional timeout for health check.
Instructions
Activate an installed plugin so Docker routes relevant API calls through it.
Activates a plugin that is currently disabled — either freshly installed or previously
disabled via plugin_disable. If the plugin exposes configuration (check via
plugin_inspect), call plugin_configure while it is still disabled before enabling it.
timeout_seconds controls how long Docker waits for the plugin process to become healthy;
0 means wait indefinitely.
args: name - The plugin name to enable timeout_seconds - Seconds to wait for the plugin to become healthy (0 = no timeout) returns: bool - True after the plugin is enabled
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |