You can set "state" to "Inactive" in vm_template table and it wont show up in UI
update vm_template set state="Inactive" where id=<> limit 1; or you can run delete template id= cloudmonkey api to delete it On Tue, Aug 11, 2020 at 9:49 AM harith roli <harith.r...@gmail.com> wrote: > please help, I need a way to delete OS template of cloudstack via > database. Currently the status of template is UploadAbandoned. I try delete > using gui, Zones --> click button "x" to delete template but I got message > box indicate status failed to delete template. Thank you for your help > -- Thanks and regards Rakesh venkatesh