server, Server::class); return $this->getHttpClient()->post( sprintf('/api/servers/%s/power', $this->server->uuid), ['json' => ['action' => $action]] ); } }