PreviousNext

server delete

Deletes a server configuration object. The syntax is:

server delete server_name_list [-local]

Description
The server delete operation deletes a server configuration object. The server_name_list argument is a list of names of server configuration objects to be deleted. The operation returns an empty string on success. An error is returned if any of the objects do not exist.

Options

-local
Specifies that the command is to operate on the local dced object while the dced on the local machine is in partial service mode.

Privileges Required
You must have d (delete) and r (read) permissions to the server configuration object.

Examples

dcecp> server delete /.:/hosts/foster/config/try_tserver
dcecp>