Skip to main content

myrmic cells teardown

Name

myrmic cells teardown - Undeploy a cell and erase its instance

Synopsis

myrmic cells teardown [OPTIONS] [SRI/SRN]

Description

Purges a running cell identified by its SRI (UUID) or SRN name. Unlike myrmic delete, which only stops the cell, teardown also removes the instance record from the data layer, so redeploying after a teardown starts the cell as if it were brand new.

Options

--remove-class

Also remove the cell class from the data layer after teardown, if no other instances still reference it.

-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. teardown a cell and remove the class if no other instances use it:
myrmic cells teardown my-cell --remove-class
Cookie Policy