plugin_remove
Permanently uninstall a Docker plugin from the daemon. Disable the plugin first, or use force to remove an enabled plugin.
Instructions
Uninstall an engine plugin from the daemon.
Permanent removal — to deactivate but keep a plugin installed use plugin_disable instead. An
enabled plugin must be disabled first unless force=True. Plugin names come from
plugin_list.
args: name - The plugin name (e.g. "vieux/sshfs:latest") force - Remove even if the plugin is enabled (default False) returns: bool - True after removal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |