Remove-VBRStorageCopyJob

Short Description

Removes storage backup copy jobs from the backup infrastructure.

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Remove-VBRStorageCopyJob [-Job] <VBRStorageCopyJob[]> [-WhatIf] [-Confirm] [<CommonParameters>]

Detailed Description

This cmdlet removes storage backup copy jobs for HPE StoreOnce and Dell Data Domain repositories from the backup infrastructure.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Job

Specifies an array of storage backup copy jobs. The cmdlet will remove these jobs from the backup infrastructure.

Accepts the VBRStorageCopyJob object. To get this object, run the Get-VBRStorageCopyJobReturns storage backup copy jobs. cmdlet.

VBRStorageCopyJob[]

True

0

True (ByPropertyName, ByValue)

Confirm

Defines whether the cmdlet displays a prompt that asks if the user is sure that they want to continue.

Note: Microsoft PowerShell enables the Confirm parameter for this cmdlet by default. To disable this option, set the parameter value to $false. That is, Confirm:$false.

SwitchParameter

False

Named

False

WhatIf

Defines whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action.

SwitchParameter

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Examples

Removing Backup Copy Job for HPE StoreOnce Repository

$job = Get-VBRStorageCopyJob -Name "StoreOnce copy job"

Remove-VBRStorageCopyJob -Job $job

This example shows how to remove the StoreOnce copy job backup copy job for an HPE StoreOnce repository.

Perform the following steps: 1. Run the Get-VBRStorageCopyJob cmdlet. Specify the Name parameter value. Save the result to the $job variable. 2. Run the Remove-VBRStorageCopyJob cmdlet. Set the $job variable as the Job parameter value.

Get-VBRStorageCopyJobReturns storage backup copy jobs.

Page updated 2026-08-19

Page content applies to build 13.1.1.18