Ovh\Dedicated\Server\Server::reboot PHP Method

reboot() public method

Reboot server
public reboot ( ) : boolean
return boolean true
    public function reboot()
    {
        self::getClient()->reboot($this->getDomain());
        return true;
    }