Destroy a container.
lxc-destroy \kx {-n name} [-f]
lxc-destroy destroys the system object previously created by the lxc-create command.
\*(T<-f\*(T>
If a container is running, stop it first. If this option is not specified and the container is running, then lxc-destroy will be aborted.
\*(T<-P, --lxcpath=\*(T>PATH
Use an alternate container path. The default is /var/lib/lxc.
The container was not found
The specified container for destruction was not found. It is probable it does not exists and was already destroyed.You can use the lxc-ls command to list the available containers on the system.
Daniel Lezcano <\*(T<[email protected]\*(T>>