diff --git a/src/user-guide/interventions/index.rst b/src/user-guide/interventions/index.rst index 75a806686d..9c8ad2cbf9 100644 --- a/src/user-guide/interventions/index.rst +++ b/src/user-guide/interventions/index.rst @@ -523,3 +523,36 @@ I want to Skip a cycle of tasks and allow the workflow to continue ``-n root`` matches all tasks in a cycle. Similarly, it is possible to broadcast this setting to the root namespace of any family, or to multiple named tasks. + + +Remove Tasks +------------ + +:Example: + I triggered tasks I did not mean to. They may have run-on. I want to undo + this. + +:Solution: + Use ``cylc remove`` to remove unwanted tasks. + +.. tab-set:: + + .. tab-item:: GUI + :sync: gui + + .. image:: remove.gif + :width: 75% + + .. note:: + + The removed task will be greyed out but it might not + disappear from view because the GUI displays all tasks + in a graph-based window around current active tasks. + + + .. tab-item:: CLI + :sync: cli + + .. code-block:: console + + cylc remove /// diff --git a/src/user-guide/interventions/remove.gif b/src/user-guide/interventions/remove.gif new file mode 100644 index 0000000000..2cb8fdb990 Binary files /dev/null and b/src/user-guide/interventions/remove.gif differ