2023-12-29 12:12:28 +00:00
|
|
|
# cupsreject
|
|
|
|
|
2024-01-25 05:28:11 +00:00
|
|
|
> Reject jobs sent to printers.
|
2024-02-05 07:04:49 +00:00
|
|
|
> Note: destination is referred as a printer or a class of printers.
|
2023-12-29 12:12:28 +00:00
|
|
|
> See also: `cupsaccept`, `cupsenable`, `cupsdisable`, `lpstat`.
|
|
|
|
> More information: <https://www.cups.org/doc/man-cupsaccept.html>.
|
|
|
|
|
|
|
|
- Reject print jobs to the specified destinations:
|
|
|
|
|
|
|
|
`cupsreject {{destination1 destination2 ...}}`
|
|
|
|
|
|
|
|
- Specify a different server:
|
|
|
|
|
|
|
|
`cupsreject -h {{server}} {{destination1 destination2 ...}}`
|
|
|
|
|
|
|
|
- Specify a reason string ("Reason Unknown" by default):
|
|
|
|
|
|
|
|
`cupsreject -r {{reason}} {{destination1 destination2 ...}}`
|