mesheryctl system delete
Delete Meshery containers
Synopsis
Delete Meshery containers. This command removes all Meshery containers created by docker-compose.
mesheryctl system delete [flags]
Examples
Delete Meshery containers
mesheryctl system delete
Delete Meshery containers without confirmation
mesheryctl system delete -y
Options
-h, --help help for delete
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, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.