Reload/restart automations only (with Blueprints)

I am designing both automations and blueprints (with .yaml and jinja templates).

I noticed it’s not obvious when and how HA is reloading both blueprints and created automations (those using blueprints).

What is the easiest (fastest / minimal) way to make HA reload automations with blueprints?
Do I have to always restart whole HA instance? Preferably not, because it reloads whole stack including devices, integrations, etc.

PS - I am using docker HA on Ubuntu/RBP

I found promising command in Home Assistant plugin for Visual Code, that seem to work:

[F1] and the command:

>Home Assistant: Reload Automations

image