Restart hangfire programmatically

Hello,

I have Hangfire running in an ASP.NET application using SQL server for queueing jobs. I’d like to create a tool that allows me to restart the hangfire server without restarting the whole application. Is there a way to do this programmatically? I saw some things about “StopAsync/StartAsync” - but I can’t seem to find any official documentation on it (preferably if there are any jobs currently queued, those would remain queued until it restarts)