Skip to content

cmd down

github-actions[bot] edited this page Apr 26, 2026 · 2 revisions

nself down

Alias for nself stop. Shuts down the ɳSelf stack.

Synopsis

nself down [SERVICES...] [flags]

Description

nself down is a hidden alias for cmd-stop. It is registered in cmd/commands/aliases.go and re-uses the same RunE handler as stopCmd. Flags, positional arguments, and behavior are identical.

Use either command interchangeably. down exists for muscle memory from docker compose down.

Flags

See cmd-stop for the full flag list (includes --graceful, --volumes, --rmi, --remove-orphans). The alias passes through every flag without modification.

Examples

# Same as: nself stop
nself down
# Stop only specific services
nself down postgres redis
# Remove volumes (destroys data)
nself down --volumes

See Also

Commands | Home

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Contributing


Changelog

Clone this wiki locally