blob: ab8f95b75b9fe7dc633f1ad14f4c80a7fef5baae [file] [log] [blame]
Edwin Kempinf7295742012-07-16 15:03:46 +02001plugin remove
2=============
3
4NAME
5----
6plugin remove - Disable plugins.
7
8plugin rm - Disable plugins.
9
10SYNOPSIS
11--------
12[verse]
13'ssh' -p <port> <host> 'gerrit plugin remove | rm'
14 <NAME> ...
15
16DESCRIPTION
17-----------
18Disable plugins. The plugins will be disabled by renaming the plugin
19jars in the site path's `plugins` directory to `<plugin-jar-name>.disabled`.
20
21ACCESS
22------
23Caller must be a member of the privileged 'Administrators' group.
24
25SCRIPTING
26---------
27This command is intended to be used in scripts.
28
29OPTIONS
30-------
31<NAME>::
32 Name of the plugin that should be disabled. Multiple names of
33 plugins that should be disabled may be specified.
34
35EXAMPLES
36--------
37Disable a plugin:
38
39====
40 ssh -p 29418 localhost gerrit plugin remove my-plugin
41====
42
43GERRIT
44------
45Part of link:index.html[Gerrit Code Review]