Skip to main content

atmos emulator down

Use this command to stop and remove the emulator's container. The container is discovered by the label derived from its canonical instance address. Persisted state is kept — the next atmos emulator up resumes from it. Use atmos emulator reset to wipe persisted state instead.

Experimental
atmos emulator down --help

Usage

atmos emulator down <component> --stack <stack> [flags]

Examples

# Stop and remove the aws emulator in the plat-ue2-dev stack
atmos emulator down aws --stack=plat-ue2-dev

# Using the emu alias
atmos emu down aws --stack=plat-ue2-dev

Arguments

component
Required. The emulator component to stop (for example, aws).

Flags

-s, --stack
Required. The stack the emulator component belongs to (for example, plat-ue2-dev).

See Also