From ee397f7a12bb11b59a74ef0a4e5554e77aa91f7f Mon Sep 17 00:00:00 2001 From: Suzanne Selhorn <sselhorn@gitlab.com> Date: Fri, 16 Sep 2022 06:31:44 +0000 Subject: [PATCH] Added content for deleting runners in bulk Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/370241 --- doc/user/admin_area/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/user/admin_area/index.md b/doc/user/admin_area/index.md index 312df20ae026..207b7e6f2d84 100644 --- a/doc/user/admin_area/index.md +++ b/doc/user/admin_area/index.md @@ -349,6 +349,22 @@ You can also filter runners by status, type, and tag. To filter:  +#### Bulk delete runners + +> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/370241) in GitLab 15.4 [with a flag](../../administration/feature_flags.md) named `admin_runners_bulk_delete`. Disabled by default. + +FLAG: +On self-managed GitLab, by default this feature is not available. To make it available, ask an administrator to [enable the feature flag](../../administration/feature_flags.md) named `admin_runners_bulk_delete`. On GitLab.com, this feature is not available but can be enabled by GitLab.com administrators. + +You can delete multiple runners at the same time. + +1. On the top bar, select **Main menu > Admin**. +1. On the left sidebar, select **Overview > Runners**. +1. To the left of the runners you want to delete, select the checkbox. + To select all of the runners on the page, select the checkbox above + the list. +1. Select **Delete selected**. + #### Runner attributes For each runner, the following attributes are listed: -- GitLab