1*5e7646d2SAndroid Build Coastguard Worker<!DOCTYPE HTML> 2*5e7646d2SAndroid Build Coastguard Worker<html> 3*5e7646d2SAndroid Build Coastguard Worker<!-- SECTION: Man Pages --> 4*5e7646d2SAndroid Build Coastguard Worker<head> 5*5e7646d2SAndroid Build Coastguard Worker <link rel="stylesheet" type="text/css" href="../cups-printable.css"> 6*5e7646d2SAndroid Build Coastguard Worker <title>cancel(1)</title> 7*5e7646d2SAndroid Build Coastguard Worker</head> 8*5e7646d2SAndroid Build Coastguard Worker<body> 9*5e7646d2SAndroid Build Coastguard Worker<h1 class="title">cancel(1)</h1> 10*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="NAME">Name</a></h2> 11*5e7646d2SAndroid Build Coastguard Workercancel - cancel jobs 12*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2> 13*5e7646d2SAndroid Build Coastguard Worker<b>cancel</b> 14*5e7646d2SAndroid Build Coastguard Worker[ 15*5e7646d2SAndroid Build Coastguard Worker<b>-E</b> 16*5e7646d2SAndroid Build Coastguard Worker] [ 17*5e7646d2SAndroid Build Coastguard Worker<b>-U</b> 18*5e7646d2SAndroid Build Coastguard Worker<i>username</i> 19*5e7646d2SAndroid Build Coastguard Worker] [ 20*5e7646d2SAndroid Build Coastguard Worker<b>-a</b> 21*5e7646d2SAndroid Build Coastguard Worker] [ 22*5e7646d2SAndroid Build Coastguard Worker<b>-h</b> 23*5e7646d2SAndroid Build Coastguard Worker<i>hostname[:port]</i> 24*5e7646d2SAndroid Build Coastguard Worker] [ 25*5e7646d2SAndroid Build Coastguard Worker<b>-u</b> 26*5e7646d2SAndroid Build Coastguard Worker<i>username</i> 27*5e7646d2SAndroid Build Coastguard Worker] [ 28*5e7646d2SAndroid Build Coastguard Worker<b>-x</b> 29*5e7646d2SAndroid Build Coastguard Worker] [ 30*5e7646d2SAndroid Build Coastguard Worker<i>id</i> 31*5e7646d2SAndroid Build Coastguard Worker] [ 32*5e7646d2SAndroid Build Coastguard Worker<i>destination</i> 33*5e7646d2SAndroid Build Coastguard Worker] [ 34*5e7646d2SAndroid Build Coastguard Worker<i>destination-id</i> 35*5e7646d2SAndroid Build Coastguard Worker] 36*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="DESCRIPTION">Description</a></h2> 37*5e7646d2SAndroid Build Coastguard WorkerThe <b>cancel</b> command cancels print jobs. 38*5e7646d2SAndroid Build Coastguard WorkerIf no <i>destination</i> or <i>id</i> is specified, the currently printing job on the default destination is canceled. 39*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="OPTIONS">Options</a></h2> 40*5e7646d2SAndroid Build Coastguard WorkerThe following options are recognized by <b>cancel</b>: 41*5e7646d2SAndroid Build Coastguard Worker<dl class="man"> 42*5e7646d2SAndroid Build Coastguard Worker<dt><b>-a</b> 43*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Cancel all jobs on the named destination, or all jobs on all 44*5e7646d2SAndroid Build Coastguard Workerdestinations if none is provided. 45*5e7646d2SAndroid Build Coastguard Worker<dt><b>-E</b> 46*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Forces encryption when connecting to the server. 47*5e7646d2SAndroid Build Coastguard Worker<dt><b>-h </b><i>hostname</i>[<i>:port</i>] 48*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies an alternate server. 49*5e7646d2SAndroid Build Coastguard Worker<dt><b>-U </b><i>username</i> 50*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the username to use when connecting to the server. 51*5e7646d2SAndroid Build Coastguard Worker<dt><b>-u </b><i>username</i> 52*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Cancels jobs owned by <i>username</i>. 53*5e7646d2SAndroid Build Coastguard Worker<dt><b>-x</b> 54*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Deletes job data files in addition to canceling. 55*5e7646d2SAndroid Build Coastguard Worker</dl> 56*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="CONFORMING_TO">Conforming To</a></h2> 57*5e7646d2SAndroid Build Coastguard WorkerUnlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#". Also, printer and class names are <i>not</i> case-sensitive. 58*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="EXAMPLES">Examples</a></h2> 59*5e7646d2SAndroid Build Coastguard WorkerCancel the current print job: 60*5e7646d2SAndroid Build Coastguard Worker<pre class="man"> 61*5e7646d2SAndroid Build Coastguard Worker 62*5e7646d2SAndroid Build Coastguard Worker cancel 63*5e7646d2SAndroid Build Coastguard Worker 64*5e7646d2SAndroid Build Coastguard Worker</pre> 65*5e7646d2SAndroid Build Coastguard WorkerCancel job "myprinter-42": 66*5e7646d2SAndroid Build Coastguard Worker<pre class="man"> 67*5e7646d2SAndroid Build Coastguard Worker 68*5e7646d2SAndroid Build Coastguard Worker cancel myprinter-42 69*5e7646d2SAndroid Build Coastguard Worker 70*5e7646d2SAndroid Build Coastguard Worker</pre> 71*5e7646d2SAndroid Build Coastguard WorkerCancel all jobs: 72*5e7646d2SAndroid Build Coastguard Worker<pre class="man"> 73*5e7646d2SAndroid Build Coastguard Worker 74*5e7646d2SAndroid Build Coastguard Worker cancel -a 75*5e7646d2SAndroid Build Coastguard Worker</pre> 76*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="NOTES">Notes</a></h2> 77*5e7646d2SAndroid Build Coastguard WorkerAdministrators wishing to prevent unauthorized cancellation of jobs via the <i>-u</i> option should require authentication for Cancel-Jobs operations in 78*5e7646d2SAndroid Build Coastguard Worker<b>cupsd.conf</b>(5). 79*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="SEE_ALSO">See Also</a></h2> 80*5e7646d2SAndroid Build Coastguard Worker<b>cupsd.conf</b>(5), 81*5e7646d2SAndroid Build Coastguard Worker<b>lp</b>(1), 82*5e7646d2SAndroid Build Coastguard Worker<b>lpmove</b>(8), 83*5e7646d2SAndroid Build Coastguard Worker<b>lpstat</b>(1), 84*5e7646d2SAndroid Build Coastguard WorkerCUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>) 85*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2> 86*5e7646d2SAndroid Build Coastguard WorkerCopyright © 2007-2019 by Apple Inc. 87*5e7646d2SAndroid Build Coastguard Worker 88*5e7646d2SAndroid Build Coastguard Worker</body> 89*5e7646d2SAndroid Build Coastguard Worker</html> 90