.nh .TH "glab" "1" "Jul 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-ci-retry - Retry a CI/CD job. .SH SYNOPSIS \fBglab ci retry [] [flags]\fP .SH DESCRIPTION Without a job argument, you can select one interactively. .SH OPTIONS \fB-b\fP, \fB--branch\fP="" The branch to search for the job. Defaults to the current branch. .PP \fB-p\fP, \fB--pipeline-id\fP=0 The pipeline ID to search for the job. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH EXAMPLE .EX # Interactively select a job to retry glab ci retry # Retry job with ID 224356863 glab ci retry 224356863 # Retry job with the name 'lint' glab ci retry lint .EE .SH SEE ALSO \fBglab-ci(1)\fP