This article is not applicable to Cloud Next sites.
Issue
I need to clear APCu cache on Cloud Classic.
Resolution
First, try drush cr to rebuild all the caches. It's rare that you actually need to clear APCu cache separately.
APCu is a very small cache, usually 32M, and it's just for the PHP Caches that were previously a part of APC, and are now User Cache see https://www.php.net/manual/en/book.apcu.php for more information.
Place a script you can call via HTTP that calls apcu_clear_cache()