glab-cluster-agent-token-revoke - Man Page
Revoke an agent token.
Synopsis
glab cluster agent token revoke [flags]
Description
Revokes the specified token for a GitLab Agent for Kubernetes. Requires the numeric agent ID and token ID.
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.
Example
# Revoke token 456 for agent 123 glab cluster agent token revoke 123 456
See Also
Referenced By
Jun 2026 Auto generated by spf13/cobra