.nh .TH podman-secret-rm 1 .SH NAME .PP podman-secret-rm - Remove one or more secrets .SH SYNOPSIS .PP \fBpodman secret rm\fP [\fIoptions\fP] \fIsecret\fP [...] .SH DESCRIPTION .PP Removes one or more secrets. .PP \fBpodman secret rm\fR is safe to use on secrets that are in use by a container. The created container has access to the secret data because secrets are copied and mounted into the container when a container is created. If a secret is deleted and another secret is created with the same name, the secret inside the container does not change; the old secret value still remains. .SH OPTIONS .SS \fB--all\fP, \fB-a\fP .PP Remove all existing secrets. .SS \fB--help\fP .PP Print usage statement. .SS \fB--ignore\fP, \fB-i\fP .PP Ignore errors when specified secrets are not present. .SH EXAMPLES .PP Remove secrets mysecret1 and mysecret2. .EX $ podman secret rm mysecret1 mysecret2 .EE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-secret(1)\fP .SH HISTORY .PP January 2021, Originally compiled by Ashley Cui acui@redhat.com \[la]mailto:acui@redhat.com\[ra]