plugin_upgrade
Upgrade a disabled Docker plugin to a newer version. Specify an optional remote reference to update to a different tag. Existing settings and volumes persist.
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 |