wheels server stop
Stop the Wheels development server.
Synopsis
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
name
Type: String
Description: Name of the server to stop (if multiple servers are running)
Example:
wheels server stop name=myapp
--force
--force
Type: Boolean flag
Description: Force stop all running servers
Example:
wheels server stop --force
Examples
Notes
If no server name is specified, stops the server in the current directory
Use
--force
to stop all running servers at onceThe command will confirm when the server has been stopped successfully
Related Commands
wheels server start
- Start the serverwheels server restart
- Restart the serverwheels server status
- Check server status
See Also
Last updated
Was this helpful?