Hello, I have a scheduled job that I need to run nightly. This job requires that one of the plugin entities be disabled before the job starts and re-enabled when the job ends. I need to run this job at night (independently) so I'm trying to figure
out if there's a way to dynamically/programatically enable/disable a plugin through a console app. Do you know if this is possible and how to do this?