ngchmUnregisterServer {NGCHM}R Documentation

Unregister NG-CHM Server

Description

This function unregisters a server for NG-CHM (Next-Generation Clustered Heat Map) by its UUID and optionally by its name.

Usage

ngchmUnregisterServer(uuid, name = NULL)

Arguments

uuid

A single character string specifying the UUID of the server.

name

The names(s) of the ngchmServer(s) to unregister. If not specified, all ngchmServers in the namespace are unregistered. Defaults to NULL.

Value

None. This function is used for its side effects of unregistering the server.

See Also

ngchmRegisterServer()

ngchmServer


[Package NGCHM version 1.0.3 Index]