Table of Contents

tms server-remove

Removes a server from the Smart Setup configuration.

Synopsis

tms server-remove <name> [<global-options>]

Description

Deletes a server entry from tms.config.yaml. If the specified server does not exist, the command returns an error.

Arguments

Argument Description
<name> Name of the server to remove. Required.

Global Options

See Global Options for options available to all commands.

Examples

Removes a server named myserver:

tms server-remove myserver

See Also