Load Unload Script Signature RunTime

Hi, is there a way to enable scripts or signatures in runtime, without doing zeekctl restart or zeekctl deploy?

Same speech to disable them

Thank you

For signatures: no, don't know (or never seen) a way to dynamically
enable/disable them at run-time

For scripts: also no direct/generic way to dynamically enable/disable,
but if you have control of the script, it's always possible to
conditionalize logic on some flag and then flip that flag state
whenever you want.

- Jon