Remove-VBRJob
Short Description
Removes a selected backup, replication or backup copy job.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Remove-VBRJob [-Job] <CBackupJob[]> [-WarningAction <ActionPreference>] [-WarningVariable <String>] [-WhatIf] [-Confirm] [<CommonParameters>] |
Related Commands
Detailed Description
This cmdlet removes a selected backup, replication or backup copy job from Veeam Backup & Replication console and database.
Run Remove-VSBJob to remove SureBackup jobs.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Job | Specifies the job you want to remove. You can assign multiple jobs to this object. | True | 1 | True (ByValue, | False |
WhatIf | Specifies whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. | False | Named | False | False |
Confirm | Specifies whether the cmdlet displays a prompt that asks if the user is sure that they want to continue. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example 1
This command removes the file copy jobs. The jobs to remove are obtained with Get-VBRJob and piped down.
Example 2
This command removes the job represented by the $job variable. The job is obtained with Get-VBRJob and assigned to the variable beforehand.