To change PHP version for a specific website, you should have to edit/add following lines in the website .htaccess file i.e public_html/domain.com/.htaccess
#+PHPVersion
#="php83"
AddHandler x-httpd-php83 .php
#-PHPVersion
Just edit second and third line with your desired PHP version i.e 70 for 7.0 and 83 for 8.3
Version changes may take up to 60 seconds, but are usually instant.