正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

glab runner update

Update a GitLab CI/CD runner.

Synopsis

Updates settings for a GitLab CI/CD runner. Use flags to change the runner’s configuration, such as its pause state.

The following roles and access levels are required:

  • Maintainer or Owner role for project runners.
  • Owner role for group runners.
  • Administrator access for instance runners.
glab runner update <runner-id> [flags]

Examples

# Pause a runner
$ glab runner update <runner-id> --pause

# Unpause a runner
$ glab runner update <runner-id> --unpause

# Update on another host
$ glab runner update <runner-id> --pause 

Options

      --pause     Pause the runner
      --unpause   Resume a paused runner

Options inherited from parent commands

  -h, --help              Show help for this command.
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.