Previous Topic

Next Topic

Book Contents

Book Index

delete/queue

Delete a queue entry.

The DELETE command removes a job entry from a scheduling queue. Consequently, this job does not proceed to any subsequent queues. This has no effect on the execution of a job that has already been submitted to the batch queue. Queue entries for prerequisite conditions can be deleted, resulting in the job that was waiting for these conditions proceeding to the next queue.

General Format

delete/queue /entry=number [-qualifiers]

Alternate

rmque -entry=number [-qualifiers]

Qualifier Summary

/log

/confirm

/node = target_node

/entry = entry_number

Examples

C:\> schedule delete/queue/entry=93

Qualifiers

/confirm
/noconfirm

CONFIRM requests that the user be prompted prior to any operation to verify that the selected job is the correct one.

/hostname=host_name

The qualifier specifies what node (either local or remote) you want the operation performed on.

/entry=number

The ENTRY qualifier selects a particular entry in a scheduling queue.

/log
/nolog

The LOG qualifier causes each completed operation to issue a note to the user.

See Also

QUEUE commands

modify/queue

monitor/queue

type/queue