server->uuid))->expireAfter(60)->dontRelease()]; } public function __construct(public Server $server) {} public function handle() { try { StopProxy::run($this->server); $this->server->proxy->force_stop = false; $this->server->save(); StartProxy::run($this->server, force: true); CheckProxy::run($this->server, true); } catch (\Throwable $e) { return handleError($e); } } }