ReferenceCLISystem
System Stop
System Stop CLI command reference
goodmem system stop
Stop a GoodMem server instance
Synopsis
Stop a running GoodMem server instance by shutting down Docker Compose services. Data volumes are preserved so the server can be restarted later.
By default, stops the current profile's server instance.
goodmem system stop [flags]Examples
# Stop the current profile's server
goodmem system stop
# Stop a specific profile
goodmem system stop --profile-name my-devOptions
-h, --help help for stop
--profile-name string Profile to stop (defaults to current profile)Options inherited from parent commands
--api-key string API key for authentication (can also be set via GOODMEM_API_KEY environment variable)
--server string GoodMem server address (gRPC API)SEE ALSO
- goodmem system - System-level operations and administration