.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-schedule-delete - Delete a pipeline schedule by ID. .SH SYNOPSIS \fBglab schedule delete [flags]\fP .SH DESCRIPTION Delete a CI/CD pipeline schedule, identified by its numeric ID. The schedule is removed from the project; pipelines previously triggered by it are not affected. .PP By default, the schedule is deleted from 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 # Delete the schedule with ID 10 glab schedule delete 10 # Delete a schedule in another project glab schedule delete 10 -R owner/repo .EE .SH SEE ALSO \fBglab-schedule(1)\fP