bitsadmin suspend

Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012

Suspends the specified job. If you suspended your job by mistake, you can use the bitsadmin resume switch to restart the job.

Syntax

bitsadmin /suspend <job>

Parameters

Parameter Description
job The job's display name or GUID.

Example

To suspend the job named myDownloadJob:

bitsadmin /suspend myDownloadJob