gitlab-runner
Verified for current stable LTS
Gitlab Runner Command: Unregister Runner Common
Use for unregister runner common with Gitlab Runner. Exact CLI syntax to unregister runner common using Gitlab Runner.
When to use this: Use for unregister runner common with Gitlab Runner.
Command Syntax
sudo gitlab-runner unregister --name <name> sudo gitlab-runner unregister --name <name> Command Breakdown
--name- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to unregister runner common using Gitlab Runner.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gitlab Runner Command: Display Runner Status
sudo gitlab-runner status Gitlab Runner Command: Display Runner Status Common sudo gitlab-runner status Gitlab Runner Command: Register Runner sudo gitlab-runner register --url {https://gitlab.example.com} --registration-token <token> --name <name> Gitlab Runner Command: Register Runner Common sudo gitlab-runner register --url {https://gitlab.example.com} --registration-token <token> --name <name> Gitlab Runner Command: Register Runner Docker Executor sudo gitlab-runner register --url {https://gitlab.example.com} --registration-token <token> --name <name> --executor <docker>