| title | `glab runner-controller list` |
|---|---|
| stage | Create |
| group | Code Review |
| info | To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments> |
List runner controllers. (EXPERIMENTAL)
You must have administrator access.
This feature is an experiment and is not ready for production use. It might be unstable or removed at any time. For more information, see https://docs.gitlab.com/policy/development_stages_support/.
glab runner-controller list [flags]
# List all runner controllers
glab runner-controller list
# List runner controllers as JSON
glab runner-controller list --output json -F, --output string Format output as: text, json. (default "text")
-p, --page int Page number. (default 1)
-P, --per-page int Number of items per page. (default 30)
-h, --help Show help for this command.