docs/static/v0.8/reference/mesheryctl/system/stop/index.html
Stop Meshery
Stop all Meshery containers / remove all Meshery resources.
mesheryctl system stop [flags]
Stop Meshery
mesheryctl system stop
Reset Meshery’s configuration file to default settings.
mesheryctl system stop --reset
(optional) keep the Meshery namespace during uninstallation
mesheryctl system stop --keep-namespace
Stop Meshery forcefully (use it when system stop doesn’t work)
mesheryctl system stop --force
--force (optional) uninstall Meshery resources forcefully -h, --help help for stop --keep-namespace (optional) keep the Meshery namespace during uninstallation --reset (optional) reset Meshery's configuration file to default settings.
--config string path to config file (default "/home/runner/.meshery/config.yaml") -c, --context string (optional) temporarily change the current context. -v, --verbose verbose output -y, --yes (optional) assume yes for user interactive prompts.
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.