plugin_enable
Activate an installed Docker plugin so Docker routes API calls through it. Set a timeout for the plugin to become healthy; zero waits indefinitely.
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 |