VCF Automation 9.1
The VirtualMachine Custom Resource in the vSphere Supervisor namespace has the annotation [vmoperator.vmware.com/paused](https://vmoperator.vmware.com/paused): true applied, which explicitly halts VM Operator controller reconciliation loops and prevents state synchronization and deletion handling between vCenter and VCF Automation.
To resolve the issue:
VirtualMachine custom resource: kubectl describe vm <VM_NAME> -n <NAMESPACE_NAME> | grep -ie 'paused'vmoperator.vmware.com/paused: truekubectl describe vm <VM_NAME> -n <NAMESPACE_NAME> | grep -ie 'deletion'Deletion Grace Period Seconds: 0Deletion Timestamp: YYY-MM-DDT##:##:##z
[vmoperator.vmware.com/paused](https://vmoperator.vmware.com/paused) annotation to resume VM Operator controller reconciliation:kubectl annotate vm <VM_NAME> -n <NAMESPACE_NAME> vmoperator.vmware.com/pausedvirtualmachine. vmoperator. ator.vnware.com/<VM_NAME> annotatedkubectl get vm <VM_NAME> -n <NAMESPACE_NAME>