remove

open suspend override fun remove(): Boolean


suspend fun remove(configure: suspend RemoveContainerCmd.() -> Unit): Boolean

Removes this container from the virtualization engine.

Return

true if the removal was successful.

Parameters

configure

Configuration for the removal of the container.