glab-schedule-delete - Man Page

Delete the schedule with the specified ID.

Synopsis

glab schedule delete Ā [flags]

Description

Delete the schedule with the specified ID.

Options Inherited from Parent Commands

--help[=false] Show help for this command.

-R,  --repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
format. Also accepts full URL or Git URL.

Example

# Delete a scheduled pipeline with ID 10
$ glab schedule delete 10
> Deleted schedule with ID 10

See Also

glab-schedule(1)

Referenced By

glab-schedule(1).

Jul 2025 Auto generated by spf13/cobra