.nh .TH "glab" "1" "Jul 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-runner-controller-update - Update a runner controller. (EXPERIMENTAL) .SH SYNOPSIS \fBglab runner-controller update [flags]\fP .SH DESCRIPTION You must specify at least one of \fB--description\fR or \fB--state\fR\&. .PP 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/. .SH OPTIONS \fB-d\fP, \fB--description\fP="" Description of the runner controller. .PP \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. .PP \fB--state\fP="" State of the runner controller: disabled, enabled, dry_run. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX # Update a runner controller's description glab runner-controller update 42 --description "Updated description" # Update a runner controller's state glab runner-controller update 42 --state enabled # Update both description and state glab runner-controller update 42 --description "Production" --state enabled .EE .SH SEE ALSO \fBglab-runner-controller(1)\fP