GitHub user jack99trade added a comment to the discussion: Unable to delete Zone
> I can get the list of templates but when I try to update to inactive I get > the following error. SQL Error 1443: The definition of table template_view > prevents operation UPDATE on table 'vm_template' > > Should the update be run on a specific table rather than a view Hi @mimcdevitt i think you can try with first part : update vm_template set state = 'Inactive' where id : for one of the IDs you found from step1. I also did the same for my POD deletion. GitHub link: https://github.com/apache/cloudstack/discussions/9532#discussioncomment-10341896 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
