Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

runc-delete - delete any resources held by the container

Examples

       If  the  container id is ubuntu01 and runclist currently shows its status as stopped, the following will
       delete resources held for ubuntu01, removing it from the runclist:

       # runc delete ubuntu01

Name

runc-delete - delete any resources held by the container

Options

--force|-f
              Forcibly delete the running container, using SIGKILLsignal(7) to stop it first.

See Also

runc-kill(8), runc(8).

                                                                                                  runc-delete(8)

Synopsis

runcdelete [--force|-f] container-id

See Also