Uninstall JFrog CLI plugins
Uninstall a JFrog CLI plugin from the local plugins pool.
Synopsis
jf plugin uninstall <plugin-name>
Aliases: plugin ui — shorthand for plugin uninstall.
Arguments
| Argument | Required | Description |
|---|---|---|
<plugin-name> | Yes | Name of the plugin to uninstall |
Options
None.
Examples
Show Help
To show uninstall command help:
-
Run:
jf plugin uninstall --help
Uninstall a Plugin
To uninstall a plugin:
-
Run:
jf plugin uninstall <plugin-name>Where:
<plugin-name>: Name of the plugin to remove
For example:
jf plugin uninstall rt-fs
On success, the command exits with code 0 and produces no output. To confirm removal, verify that ~/.jfrog/plugins/<plugin-name>/ no longer exists (for example, ls ~/.jfrog/plugins/).
Using the Alias
To uninstall using the short alias:
-
Run:
jf plugin ui <plugin-name>Where:
<plugin-name>: Name of the plugin to remove
For example:
jf plugin ui rt-fs
Error Cases
If the plugin is not installed, the CLI returns a non-zero exit code:
[Error] plugin '<plugin name>' could not be found
Important Notes
- Removes the plugin binary from the plugins directory (
~/.jfrog/plugins/) and updates the plugin registry (~/.jfrog/plugins/plugins.yml). - The plugin's commands become unavailable immediately after uninstallation.
- Does not affect any data or configurations the plugin may have created.
Updated 12 days ago
