JANUS DELETE

From m204wiki
Revision as of 00:13, 1 July 2011 by Admin (talk | contribs)
Jump to navigation Jump to search

<section begin="desc" />Remove Janus port from system<section end="desc" />

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

Syntax

<section begin="syntax" /> JANUS DELETE portname <section end="syntax" />

JANUS DELETE command syntax

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