SYNTAX mfpdev server clean [ [--password|-p ]] DESCRIPTION Removes all registered applications and deployed adapters from a MobileFirst Server. . OPTIONS : The name of the server profile. [--password|-p ]: The password for the server's administrator login ID. The password specified here must match the password that is defined on the MobileFirst Server. EXAMPLES Interactive Mode: $ mfpdev server clean Displays a series of prompts enabling you to choose the target server. Use the up and down arrow keys on your keyboard to move through the selections, and press the Enter key to select. Direct Mode: $ mfpdev server clean Server1 -p admin3 Removes all applications and adapters from the MobileFirst Server named 'Server1', that has the administrator password 'admin3'.