myrmic delete
Name
myrmic delete - Stops a deployed cell or application
Aliases: rm, stop
Synopsis
myrmic delete [OPTIONS] [TARGET]
Description
Stops a deployed cell or application.
- If
TARGETis an application name - stops the entire application and all its cells. - If
TARGETis a cell SRI or SRN - stops the cell instance.
Deleting a cell that belongs to an application is not allowed.
To purge a cell and its instance data, use myrmic cells teardown instead.
Options
-v / --verbose
Verbose mode, shows more detail about what the command is doing. Useful for debugging. Can be set to -vv for even more detail.
-h, --help
Prints help information.
Examples
- Delete a cell:
myrmic delete my-cell
- Delete an application and all its cells:
myrmic delete my-app