glab-runner-controller-list - Man Page

List runner controllers. (EXPERIMENTAL)

Synopsis

glab runner-controller list [flags]

Description

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/.

Options

--jq="" Filter JSON output with a jq expression.

-F, --output="text" Format output as: text, json.

-p, --page=1 Page number.

-P, --per-page=30 Number of items per page.

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

Example

# List all runner controllers
glab runner-controller list

# List runner controllers as JSON
glab runner-controller list --output json

See Also

glab-runner-controller(1)

Referenced By

glab-runner-controller(1).

Jun 2026 Auto generated by spf13/cobra