.nh .TH "singularity" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-key-remove - Remove a local public key from your local or the global keyring .SH SYNOPSIS .PP \fBsingularity key remove \fP .SH DESCRIPTION .PP The 'key remove' command will remove a local public key from the local or the global keyring. .SH OPTIONS .PP \fB-g\fP, \fB--global\fP[=false] manage global public keys (import/pull/remove are restricted to root user or unprivileged installation only) .PP \fB-h\fP, \fB--help\fP[=false] help for remove .PP \fB--private\fP[=false] remove a private key (synonym for --secret) .PP \fB-s\fP, \fB--secret\fP[=false] remove a secret key (synonym for --private) .SH EXAMPLE .EX $ singularity key remove D87FE3AF5C1F063FCBCC9B02F812842B5EEE5934 .EE .SH SEE ALSO .PP \fBsingularity-key(1)\fP .SH HISTORY .PP 7-Apr-2024 Auto generated by spf13/cobra