Skip to main content

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 TARGET is an application name - stops the entire application and all its cells.
  • If TARGET is 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

  1. Delete a cell:
myrmic delete my-cell
  1. Delete an application and all its cells:
myrmic delete my-app
Cookie Policy