--- title: "Stop-VBORepositoryUpgradeSession" description: "This cmdlet stops sessions that are started to upgrade backup repositories." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/stop-vborepositoryupgradesession.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Backup Infrastructure > JET-based Backup Repositories and Object Storage Repositories > Stop-VBORepositoryUpgradeSession" dateModified: "2026-08-21" --- # Stop-VBORepositoryUpgradeSession ## Short Description Stops sessions started to upgrade backup repositories. ## Syntax ``` Stop-VBORepositoryUpgradeSession -Session [] ``` ## Detailed Description This cmdlet stops sessions that are started to upgrade backup repositories. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Session

Specifies a session that is started to upgrade backup repositories. The cmdlet will stop this session.

Accepts the VBORepositoryUpgradeSession object.

To get this object, run the Get-VBORepositoryUpgradeSession cmdlet.

VBORepositoryUpgradeSession

True

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Learn. ## Examples ::: example ### Stopping Upgrade Sessions This command stops sessions started to upgrade backup repositories. ``` Get-VBORepositoryUpgradeSession | foreach{Stop-VBORepositoryUpgradeSession -Session $_} ``` ::: ## Related Commands [`Get-VBORepositoryUpgradeSession`](get-vborepositoryupgradesession.md)