plugin_remove
Uninstall a Docker engine plugin permanently. Disable it first unless force is enabled. Use plugin_list to identify the plugin, then remove it with this action.
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
Returns: bool: True after removal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |