FreeBSD Manual Pages
glab(1) glab(1) NAME glab-token-revoke - Revoke user, group, or project access tokens. SYNOPSIS glab token revoke [flags] DESCRIPTION Revoke a user, group or project access token. If multiple tokens with the same name exist, you can specify the ID of the token. The output format can be either "JSON" or "text". The JSON output will show the meta information of the revoked token. The normal text output is a de- scription of the revoked token name and ID. Administrators can revoke personal access tokens belonging to other users. OPTIONS -g, --group="" Revoke group access token. Ignored if a user or reposi- tory argument is set. --jq="" Filter JSON output with a jq expression. -F, --output="text" Format output as: text, json. 'text' provides the name and ID of the revoked token; 'json' outputs the token with metadata. -R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. -U, --user="" Revoke personal access token. Use @me for the current user. OPTIONS INHERITED FROM PARENT COMMANDS -h, --help[=false] Show help for this command. EXAMPLE # Revoke a project access token of current project glab token revoke my-project-token # Revoke a project access token of a specific project glab token revoke --repo user/my-repo my-project-token # Revoke a group access token glab token revoke --group group/sub-group my-group-token # Revoke my personal access token glab token revoke --user @me my-personal-token # Revoke a personal access token of another user (administrator only) glab token revoke --user johndoe johns-personal-token SEE ALSO glab-token(1) Auto generated by spf13/cobra Aug 2026 glab(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPTIONS INHERITED FROM PARENT COMMANDS | EXAMPLE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-token-revoke&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>
