Removing deleted automations and scrips from UI and memory

I deleted my scrips via the YAML editor, but it still shows up in UI, and I can’t deleted them in there , can someone help me?

I have seen this kind of behavior and irks me as well - and the nasty one everyone runs into which is a non-unique ID (even though you see only one). There is some sort of a database under the covers which cleans itself of unused items and does some kind of housekeeping on a periodic basis for items unused for a period of time anbd trhat might be related. If you have something that has the not unique id issue, change the ID to something else, and then wait a soimetime like two weeks or a month, and then rename the unique id back to what you wanted originally then it won’t complain about the original unique ID you were usi9ng a month ago as being duplicatre. There are conversaions buried in here bout where the database is and how to get into it but that’s not considered the right way to do things and one wrong bit I think can destroy your entire setup :slight_smile: