Removing nodes from a special

qmgr -c “set node node006 queue=special” . using this command I allocated a node named node006 to a special queue, after the use of special queue i disabled the special queue.But pls is not allocating any jobs to that node.how to remove node006 from special queue?

Just undo what you did to assign the queue to the node:

qmgr -c 'unset node node006 queue'