mesheryctl system stop
Stop Meshery
Synopsis
Stop all Meshery containers / remove all Meshery resources.
mesheryctl system stop [flags]
Examples
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
Options
--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.
Options inherited from parent commands
--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.
See Also
Go back to command reference index