To suspend or unsuspend a domain on a Plesk server via the command line, we use the Plesk command line tools. Most are just one liners :)
Suspend a Domain
Suspend domain via command line Plesk
[code]/usr/local/psa/bin/domain -u stuartsdomain.co.uk -status disabled[/code]
Unsuspend a Domain
Unsuspend domain via command line Plesk
[code]/usr/local/psa/bin/domain -u stuartsdomain.co.uk -status enabled[/code]
THANKS – Fought with godaddy and plesk premium support all day trying to get my domain working, typed this in, problem solved – thanks again – saved my butt!!