.nh .TH "apptainer" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP apptainer-delete - Deletes requested image from the library .SH SYNOPSIS .PP \fBapptainer delete [delete options...] [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 $ apptainer delete --arch=amd64 library://username/project/image:1.0 .EE .SH SEE ALSO .PP \fBapptainer(1)\fP .SH HISTORY .PP 1-Apr-2024 Auto generated by spf13/cobra