remove

open suspend override fun remove(): Boolean


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

Removes this image from the virtualization engine.

Return

true if the removal was successful.

Parameters

configure

Configuration for the removal of the image.