am using Plesk Onyx Hosting along with it's API to suspend webspaces (subscriptions). I do this using the PHP library like so:
public function disableWebspace($id, $guid, $domain) {
$webspace = $this->client->webspace()->request([
'set' => [
'filter' => [...