ailable.
>
> Is there any other method can be used?
>
> Thanks
> Din
>
> -Original Message-
> From: Rakesh Venkatesh [mailto:www.rakeshv@gmail.com]
> Sent: Tuesday, 11 August, 2020 6:47 PM
> To: users
> Subject: Re: How to delete OS template via databa
Subject: Re: How to delete OS template via database
EXTERNAL MAIL:
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 ap
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 wrote:
> please help, I need a way to delete
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