weizhouapache commented on PR #8556: URL: https://github.com/apache/cloudstack/pull/8556#issuecomment-1912653892
@GaOrtiga will you support it on UI ? API is tested ok ``` (localcloud) 🐱 > delete template id=d0b0a4db-1125-4a99-8cca-cf7934bbc19b { "account": "admin", "accountid": "75837c93-aff0-11ee-8ad9-1e00940002db", "cmd": "org.apache.cloudstack.api.command.user.template.DeleteTemplateCmd", "completed": "2024-01-26T20:25:33+0000", "created": "2024-01-26T20:25:33+0000", "domainid": "476c9122-aff0-11ee-8ad9-1e00940002db", "domainpath": "ROOT", "jobid": "b9ba7dd4-58a4-4647-936a-44ca0278532f", "jobinstanceid": "d0b0a4db-1125-4a99-8cca-cf7934bbc19b", "jobinstancetype": "Template", "jobprocstatus": 0, "jobresult": { "errorcode": 431, "errortext": "Could not delete template as it is a SYSTEM template and isSystem is set to false." }, "jobresultcode": 431, "jobresulttype": "object", "jobstatus": 2, "userid": "7584f1d6-aff0-11ee-8ad9-1e00940002db" } 🙈 Error: async API failed for job b9ba7dd4-58a4-4647-936a-44ca0278532f (localcloud) 🐱 > delete template id=d0b0a4db-1125-4a99-8cca-cf7934bbc19b issystem=true { "success": true } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org