dltmqm (delete queue manager)

Delete a queue manager.

Purpose

You can use the dltmqm command to delete a queue manager.

Syntax

Read syntax diagramSkip visual syntax diagram dltmqm QMgrName

Parameters

QMgrName
Specifies the name of the queue manager that you want to delete.
This parameter is required.

Usage notes

  • This command must be run from the IBM® MQ administration mode. If the system is in the IBM MQ administration mode the prompt includes mqa(mqcli)#. To enter the IBM MQ administration mode, enter mqcli on the command line. To exit the IBM MQ administration mode, enter exit on the command line.
  • Before you delete the queue manager, you must end the queue manager by using the endmqm command.
  • For more information about this command in IBM MQ, see dltmqm in the IBM MQ documentation.

Examples

  • The following command deletes the queue manager QM1.
    dltmqm QM1
    

Related commands