.nh .TH "singularity" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-delete - Deletes requested image from the library .SH SYNOPSIS .PP \fBsingularity delete [arch] [flags]\fP .SH DESCRIPTION .PP The 'delete' command allows you to delete an image from a remote library. .SH OPTIONS .PP \fB-A\fP, \fB--arch\fP="amd64" specify requested image arch .PP \fB-F\fP, \fB--force\fP[=false] delete image without confirmation .PP \fB-h\fP, \fB--help\fP[=false] help for delete .PP \fB--library\fP="" delete images from the provided library .PP \fB--no-https\fP[=false] use http instead of https for docker:// oras:// and library:///... URIs .SH EXAMPLE .EX $ singularity delete --arch=amd64 library://username/project/image:1.0 .EE .SH SEE ALSO .PP \fBsingularity(1)\fP .SH HISTORY .PP 7-Apr-2024 Auto generated by spf13/cobra