plugin_upgrade
Upgrade a disabled Docker plugin to a newer version or different remote reference. Existing settings and volumes persist; re-enable the plugin after upgrade.
Instructions
Upgrade an installed plugin to a newer version.
The plugin must be disabled first - call plugin_disable before this, then
plugin_enable afterwards to bring it back up. remote lets you upgrade to a
different reference (e.g. a newer tag) than the plugin's current name; omit it to
re-pull the same reference. Existing settings and volumes created by the plugin
persist across the upgrade.
Args: name: The plugin name to upgrade remote: Reference to upgrade to, e.g. "vieux/sshfs:next" (default: same as name)
Returns: bool: True after the upgrade completes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| remote | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |