qdel: An Overview - Intergraph Batch Services - Help

Intergraph Batch Services Help

Language
English
Product
Intergraph Batch Services
Search by Category
Help

The qdel utility allows you to delete queued jobs or abort running jobs. It takes as arguments a list of unique job identification strings (returned from qstat or qsub) to delete or kill. The qdel utility deletes the job if it is not running. The qdel utility aborts running jobs only if the -k option is used.

The qdel utility returns a message indicating its success or failure. In the event of a failure, qdel also provides a message indicating why the operation failed.

You must be the job owner, an operator, or a manager to delete or abort a job.

Synopsis

Windows syntax: qdel [-k] [\\host\]request-id

Qdel Interface