# axx down

> Stop apps started by `axx up` (and any left behind by an interrupted run)

Source: https://axx.nimbusxr.us/references/cli/axx-down/

Stop apps started by `axx up` (and any left behind by an interrupted run)

```text
Usage:
  axx down [flags]

Flags:
  -D, --define stringArray   set a property for ${sys:name}, e.g. -D local.host=docker
  -h, --help                 help for down
      --profile string       apply profiles.<name> / axx.<name>.yaml (env: AXX_PROFILE)

Global Flags:
      --compact         print only what matters (auto-enabled for coding agents)
  -c, --config string   path to axx.yaml (default: search upward from the working directory)
      --json            emit machine-readable JSON (stable envelope)
      --no-color        disable colored output
  -v, --verbose count   increase log verbosity (-v, -vv)
```
