hm_jobs_removeServer

Removes a server.

Syntax

hm_jobs_removeServer name

Type

HyperMesh Tcl Query Command

Description

This command is used remove a server. The same information will be removed from the server config file.

Inputs

name
The name of the server to be removed.

Example

To remove the server named HWUL:

hm_jobs_removeServer HWUL

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0.130