Cant use bin/magento command.
PHP version is 8.1
Tried disable / enable AdobIms
Fatal error: Uncaught Error: Cannot instantiate interface Magento\AdobeImsApi\Api\ConfigInterface in /public_html/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php:50
You are facing the issue with Cannot instantiate interface , which is pretty simple there is an issue with your vendor and compatibility issue.
To fix this, here are steps to reproduce:
composer update
bin/magento s:u bin/magento setup:upgrade
bin/magento s:d:c or bin/magento setup:di:compile
Clear Redis Cache
redis-cli flushall