apptainer-delete - Deletes requested image from the library
apptainer delete [delete options...] [flags]
The ’delete’ command allows you to delete an image from a remote library.
-A, --arch="amd64" |
specify requested image arch |
||
-F, --force[=false] |
delete image without confirmation |
||
-h, --help[=false] |
help for delete |
||
--library="" |
delete images from the provided library |
||
--no-https[=false] |
use http instead of https for docker:// oras:// and library:///... URIs |
$ apptainer delete --arch=amd64 library://username/project/image:1.0
29-Mar-2023 Auto generated by spf13/cobra