"Quick Reload" from command line

Hi, I know that you can restart HA in the command line via
ha core restart, but I am at a loss how to invoke “Quick Reload” from the command line.

Background: I want to do a quick reload from a remote machine, and my current approach is to ssh into HA and run the command.

Here’s all the command line functions… Common tasks - Operating System - Home Assistant

Thanks, but I couldn’t find the one command for the quick reload.
The closest is core restart, but that completely restarts HA, which I try to avoid.

Alternatively, a curlcommand via the api would also fine, but then again I couldn’t find the correct endpoint.

I’m sure ha core reload used to be an option!

If it was, it no longer is. :frowning:

Available Commands:
  check       Validates your Home Assistant Core configuration
  info        Provides information about Home Assistant Core
  logs        View the log output of Home Assistant Core
  options     Allow to set options on Home Assistant Core instance
  rebuild     Rebuild the Home Assistant Core instance
  restart     Restarts the Home Assistant Core
  start       Manually start Home Assistant Core
  stats       Provides system usage stats of Home Assistant Core
  stop        Manually stop Home Assistant Core
  update      Updates the Home Assistant Core