JANUS DELETE: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(No difference)

Revision as of 17:31, 16 April 2013

Remove Janus port from system

This deletes the definition of the named port. The port must not be in the START state when JANUS DELETE is issued.

Syntax

JANUS DELETE portname


Where portname is the name of the port definition to delete. Once a port definition is deleted it must be redefined, using JANUS DEFINE, before it can be started again.

JANUS DELETE SIMPS*

In the above example all definitions for port names beginning with SIMPS are deleted from the Online.

See: Janus command list