plugin_enable
Enable a disabled Docker plugin to route API calls through it. Optionally specify a timeout for the plugin to become healthy.
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 - Plugin name or id 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 |