jf plugin uninstall

Uninstall a JFrog CLI plugin from the local plugins pool.

Synopsis

jf plugin uninstall <plugin-name> [options]

Aliases: plugin ui

Arguments

ArgumentRequiredDescription
<plugin-name>YesName of the plugin to uninstall

Options

None.

Examples

Show Help

jf plugin uninstall --help

Uninstall a Plugin

jf plugin uninstall <plugin-name>

Important Notes

  • Removes the plugin binary from the plugins directory (~/.jfrog/plugins/).
  • The plugin's commands become unavailable immediately after uninstallation.
  • Does not affect any data or configurations the plugin may have created.


What’s Next

To add a new plugin, see jf plugin install.