.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-schedule-run - Trigger a pipeline schedule to run immediately. .SH SYNOPSIS \fBglab schedule run [flags]\fP .SH DESCRIPTION Trigger a CI/CD pipeline schedule, identified by its numeric ID, to run immediately. The schedule's normal recurrence is not affected; this is a one-time, on-demand run in addition to the configured cron. .PP By default, the schedule is run in the current project. Use \fB--repo\fR to target another project. .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 # Run the schedule with ID 1 immediately glab schedule run 1 # Run a schedule in another project glab schedule run 1 -R owner/repo .EE .SH SEE ALSO \fBglab-schedule(1)\fP