enable_plugin
Activate a disabled Docker plugin to route API calls through it. Use timeout to control wait for plugin health.
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 disable_plugin. If the plugin exposes configuration (check via
get_plugin), call configure_plugin while it is still disabled before enabling it.
timeout 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 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 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |