glab-container-registry-repository-delete
Delete a container registry repository.
Synopsis
glab container-registry repository delete [flags]
Description
This action permanently deletes the repository and all images and tags published to it.
Options
-y, --yes[=false] Skip the confirmation prompt.
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.
Example
# Delete a container registry repository with a confirmation prompt glab container-registry repository delete 123 # Skip the confirmation prompt glab container-registry repository delete 123 --yes
See Also
Referenced By
glab-container-registry-repository(1).
Aug 2026 Auto generated by spf13/cobra