docs/content/en/reference/mesheryctl/system/restart.md
Stop, then start Meshery
Restart all Meshery containers / pods.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system restart [flags] </div> </pre>Restart all Meshery containers, their instances and their connected volumes
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system restart </div> </pre>(optional) skip checking for new updates available in Meshery.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system restart --skip-update </div> </pre>Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.