We have given VM.Allocate privileges to standard users on their own LXCs allowing them to delete them without contacting the API server. This causes issues with reused ctids on the Proxmox. Should we:
- Remove the VM.Allocate permission forcing users to use the API server to delete their containers? OR
- Add a hook script that, when a container is deleted, contacts the API server for deletion from the database?