server forget

Parameters:
Name Type Required Default Hint
name string false the short name of the server
directory string false web root for the server
serverConfigFile string false The path to the server's JSON file.
all boolean false false Forget all servers
force boolean false false Skip the "are you sure" confirmation

Command Usage

Forget an embedded CFML server from persistent disk. Run command from the web root of the server, or use the short name.
This command will remove all of the engine files for the server as well as all CF configuration as well. If you don't
want to lose your settings, back them up first with the CFConfig tool.

server forget

server forget name=serverName
server forget --all
server forget --all --force