GoodMem
ReferenceCLISystem

System Uninstall

System Uninstall CLI command reference

goodmem system uninstall

Uninstall a GoodMem server instance

Synopsis

Uninstall a GoodMem server instance by stopping containers, removing the CLI profile, and deleting the install directory including all data.

By default, uninstalls the current profile's server instance. Use --profile-name to target a specific profile.

goodmem system uninstall [flags]

Examples

  # Uninstall the current profile's install
  goodmem system uninstall

  # Uninstall a specific profile
  goodmem system uninstall --profile-name my-dev

  # Skip confirmation prompt
  goodmem system uninstall --yes-delete-data

Options

  -h, --help                  help for uninstall
      --profile-name string   Profile to uninstall (defaults to current profile)
      --yes-delete-data       Skip confirmation prompt and proceed with data deletion

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