app.image.delete ================ Delete docker image `image_id`. `options.force` when set will force delete the image regardless of the state of containers and should be used cautiously. .. raw:: html
Container image ID or reference to delete.
Deletion options controlling force removal behavior.
No Additional PropertiesWhether to force deletion even if the image is in use by containers.
Returns true when the container image is successfully deleted.
true