I can't seem to delete the following resource: Restore Point Collection | AzureBackup_webvm01

Duc Anh Le 0 Reputation points
2025-04-20T19:17:45.8033333+00:00

Hi all,

I've tried everything but I can't seem to delete a Restore point collection. If I look inside it still has 2 restore points. But I can't delete these either. I can't delete them and I can't delete the resource group either. I tried to delete everything. Also went inside of the resources and backups and tried to delete them too. Nothing works somehow.

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,433 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 23,115 Reputation points
    2025-04-21T02:36:00.63+00:00

    Did you try cloud shell command to Force Delete?

    Remove-AzResource -ResourceGroupName "YourResourceGroup" -ResourceType "Microsoft.Compute/restorePointCollections" -ResourceName "YourRestorePointCollection" -Force
    
    

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.