SYNTAX mfpdev server edit [ [--name|-n ] [--url|-u ] [--login|-l ] [--password|-p ] [--contextroot|-c ] [--timeout|-t ] [--setdefault|-s] ] DESCRIPTION Edits an existing MobileFirst Server profile. OPTIONS : The name of the server profile to modify. [--name|-n ]: Specifies a new name for the server profile. [--url|-u ]: The new fully-qualified URL of the server. The syntax must include the full: protocol://name.domain:port. The IP address can be used instead of name.domain. [--login|-l ]: Specifies a new administrator login ID for the MobileFirst Server. [--password|-p ]: The password for the server's administrative login ID. The password specified here must match the password that is defined on the MobileFirst Server. If you do not set this password, you are prompted for the administrative password for all server management tasks. [--contextroot|-c ]: The context root of the administration services on the MobileFirst Server. If not specified, the context root defaults to'mfpadmin'. [--timeout|-t ]: The MobileFirst Server connection timeout value in seconds. [--setdefault|-s]: Specifying this option makes this server the new default server. EXAMPLES Interactive Mode: $ mfpdev server edit Displays a series of prompts enabling you to specify changes to the server profile. 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 edit ServerA --name Server1 --timeout 15 --setdefault Changes the name of the profile from ServerA to Server1, sets the connection timeout value to 15 seconds, and specifies this server as the default MobileFirst Server.