wheels server stop

Stop the Wheels development server.

Synopsis

wheels server stop [options]

Description

The wheels server stop command stops a running CommandBox server. It provides a simple way to shut down your development server cleanly.

Options

name

  • Type: String

  • Description: Name of the server to stop (if multiple servers are running)

  • Example: wheels server stop name=myapp

--force

  • Type: Boolean flag

  • Description: Force stop all running servers

  • Example: wheels server stop --force

Examples

# Stop the default server
wheels server stop

# Stop a specific named server
wheels server stop name=myapp

# Force stop all servers
wheels server stop --force

Notes

  • If no server name is specified, stops the server in the current directory

  • Use --force to stop all running servers at once

  • The command will confirm when the server has been stopped successfully

See Also

Last updated

Was this helpful?