1. Disables the runner with description "macmini" for all projects in group bob:
\b
$ bdt gitlab runners disable -vv macmini bob
2. Disables the runner with description "macmini" on all projects it is associated to:
$ bdt gitlab runners disable -vv __all__ macmini
2. Disables the runner with description "macpro" on all projects it is associated to. Notice this command effectively deletes the runner from the gitlab instance: