I need to give a 503 Service Unavailable HTTP header.
Normally I use these for 404 and 500 codes
throw new NotFoundException();
http://api22.cakephp.org/class/cake-response#method-CakeResponsestatusCode
Will allow you to set a status code.