--- title: "Unpublish-VBRBackupContent" description: "Unpublishes disks. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet unpublishes disks." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/unpublish-vbrbackupcontent.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Data Recovery > Disk Publishing (Data Integration API) > Unpublish-VBRBackupContent" dateModified: "2026-08-19" --- # Unpublish-VBRBackupContent ## Short Description Unpublishes disks. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Unpublish-VBRBackupContent [-Session] [-RunAsync] [] ``` ## Detailed Description This cmdlet unpublishes disks. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

RunAsync

Defines that the command returns immediately without waiting for the task to complete.

SwitchParameter

False

Named

False

Session

Specifies the array of sessions that are running to publish disks.

Accepts the VBRBackupContentPublicationSession[] object. To get this object, run the Get-VBRPublishedBackupContentSession cmdlet.

VBRBackupContentPublicationSession[]

True

0

True (ByPropertyName, ByValue)

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Examples ::: example ### Unpublishing Disks [Using Pipeline] This command unpublishes disks. ``` Get-VBRPublishedBackupContentSession | Unpublish-VBRBackupContent -RunAsync ``` ::: ## Related Commands [`Get-VBRPublishedBackupContentSession`](get-vbrpublishedbackupcontentsession.md)