.nh .TH runc-delete "8" .SH NAME .PP \fBrunc-delete\fP - delete any resources held by the container .SH SYNOPSIS .PP \fBrunc delete\fP [\fB--force\fP|\fB-f\fP] \fIcontainer-id\fP .SH OPTIONS .TP \fB--force\fP|\fB-f\fP Forcibly delete the running container, using \fBSIGKILL\fP \fBsignal\fP(7) to stop it first. .SH EXAMPLES .PP If the container id is \fBubuntu01\fP and \fBrunc list\fP currently shows its status as \fBstopped\fP, the following will delete resources held for \fBubuntu01\fP, removing it from the \fBrunc list\fP: .PP .RS .nf # runc delete ubuntu01 .fi .RE .SH SEE ALSO .PP \fBrunc-kill\fP(8), \fBrunc\fP(8).