Question - What are the commands that you can use to restart Jenkins manually?
Answer -
Two ways to manually restart Jenkins:
(Jenkins_url)/restart // Forces a restart without waiting for builds to complete
(Jenkins_url)/safeRestart // Allows all running builds to complete before it restarts