--- title: "Remove-VBRUnstructuredBackup" description: "This cmdlet removes backup files created by the file backup jobs and object storage backup jobs." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/remove-vbrunstructuredbackup.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Unstructured Data Backup > Managing Unstructured Data Backups > Remove-VBRUnstructuredBackup" dateModified: "2026-08-19" --- # Remove-VBRUnstructuredBackup ## Short Description Removes backup files created by the file backup jobs and object storage backup jobs. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
FromDb (Default)
NASServer
FromDisk
RestorePoint
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies an array of backup files created by the file backup jobs and object storage backup jobs. The cmdlet will remove these backup files. Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
FromDisk |
Defines that the cmdlet will remove backup files from disk. |
|
True |
Named |
False |
|
RestorePoint |
Specifies an array of restore points. The cmdlet will remove backups that have restore points specified in the array. Note: If the Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Server |
Specifies an array of file shares and object storage. The cmdlet will remove backup files of the specified file shares from the disk. Accepts the |
|
True |
Named |
False |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if the user is sure that he wants to continue. Note: Microsoft PowerShell enables the |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |