1 lttng-remove-trigger(1)
2 =======================
3 :revdate: 29 April 2021
8 lttng-remove-trigger - Remove an LTTng trigger
14 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *remove-trigger* [option:--owner-uid='UID'] 'NAME'
19 The `lttng remove-trigger` command removes the trigger named 'NAME'.
21 See man:lttng-concepts(7) to learn more about LTTng triggers.
23 List the triggers of your Unix user, or of all users if your
24 Unix user is `root`, with the man:lttng-list-triggers(1) command.
26 The `remove-trigger` command removes a trigger which belong to your Unix
27 user. If your Unix user is `root`, you can remove the trigger of another
28 user with the option:--owner-uid option.
35 option:--owner-uid='UID'::
36 Remove the trigger named 'NAME' of the Unix user having the user ID
39 You may only use this option if your Unix user is `root`.
42 include::common-cmd-help-options.txt[]
45 include::common-cmd-footer.txt[]
51 man:lttng-add-trigger(1),
52 man:lttng-concepts(7),
53 man:lttng-list-triggers(1)