diff --git a/src/user-guide/interventions/index.rst b/src/user-guide/interventions/index.rst index 9695ced04b9..0003b35ab1f 100644 --- a/src/user-guide/interventions/index.rst +++ b/src/user-guide/interventions/index.rst @@ -488,3 +488,38 @@ Hold The Workflow And Trigger Tasks One By One Task Hold When a task is :term:`held `, then it will not submit (if ready to submit) until released. + + +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% + + .. warning:: + + Internal implemenation details mean that the task icon will not be + removed. + + .. the implementation detail in question is that remove removes + .. flows from tasks. + + + .. tab-item:: CLI + :sync: cli + + .. code-block:: console + + cylc remove /// \ No newline at end of file diff --git a/src/user-guide/interventions/remove.gif b/src/user-guide/interventions/remove.gif new file mode 100644 index 00000000000..17be3d7671e Binary files /dev/null and b/src/user-guide/interventions/remove.gif differ