node->is($request->attributes->get('node'))) { throw new HttpForbiddenException('Requesting node does not have permission to access this server.'); } $status = ContainerStatus::tryFrom($request->json('data.new_state')) ?? ContainerStatus::Missing; cache()->put("servers.$server->uuid.status", $status, now()->addHour()); return new JsonResponse([]); } }