singularity-delete - Man Page
Deletes requested image from the library
Synopsis
singularity delete [arch] [flags]
Description
The 'delete' command allows you to delete an image from a remote library.
Options
-A, --arch="amd64" specify requested image arch
-F, --force[=false] delete image without confirmation
-h, --help[=false] help for delete
--library="https://library.sylabs.io" delete images from the provided library
Example
$ singularity delete --arch=amd64 library://username/project/image:1.0
See Also
History
27-Jan-2021 Auto generated by spf13/cobra
Referenced By
Jan 2021 Auto generated by spf13/cobra