[KUBEFLOW] Delete kubeflow model in juju never ends

Hi All,

I am trying to destroy the kubeflow model created in juju using below destroy-model command and it seems to be stuck at application 22 for more than 4 hours and never ends. Is there a cleaner way to remove kubeflow charm and destroy all its storage dependencies ?

$ juju --version
3.6.5-genericlinux-amd64

$ juju models
Controller: juju-kf-controller

Model       Cloud/Region             Type        Status     Units  Access  Last connection
controller  juju-kf-cloud/localhost  kubernetes  available  1       admin  just now
kubeflow*   juju-kf-cloud/localhost  kubernetes  available  41      admin  just now

$ juju destroy-model kubeflow --destroy-storage
WARNING This command will destroy the "kubeflow" model and affect the following resources. It cannot be stopped.
                                                                                                                         - 41 applications will be removed
  - application list: "admission-webhook" "argo-controller" "dex-auth" "envoy" "istio-ingressgateway" "istio-pilot" "jupyter-controller" "jupyter-ui" "katib-controller" "katib-db" "katib-db-manager" "katib-ui" "kfp-api" "kfp-db" "kfp-metadata-writer" "kfp-persistence" "kfp-profile-controller" "kfp-schedwf" "kfp-ui" "kfp-viewer" "kfp-viz" "knative-eventing" "knative-operator" "knative-serving" "kserve-controller" "kubeflow-dashboard" "kubeflow-profiles" "kubeflow-roles" "kubeflow-volumes" "metacontroller-operator" "minio" "mlflow-minio" "mlflow-mysql" "mlflow-server" "mlmd" "oidc-gatekeeper" "pvcviewer-operator" "resource-dispatcher" "tensorboard-controller" "tensorboards-web-app" "training-operator"
 - 6 filesystems and 6 volumes will be destroyed

To continue, enter the name of the model to be unregistered: kubeflow
Destroying model
Waiting for model to be removed, 41 application(s), 6 volume(s), 6 filesystems(s).............
Waiting for model to be removed, 41 application(s), 6 volume(s), 4 filesystems(s)...
Waiting for model to be removed, 41 application(s), 6 volume(s), 3 filesystems(s)...
Waiting for model to be removed, 41 application(s), 3 volume(s), 3 filesystems(s).........
Waiting for model to be removed, 41 application(s), 3 volume(s), 2 filesystems(s).....
Waiting for model to be removed, 41 application(s), 3 volume(s), 1 filesystems(s)......
Waiting for model to be removed, 41 application(s), 2 volume(s), 1 filesystems(s)......
Waiting for model to be removed, 41 application(s), 2 volume(s).........
Waiting for model to be removed, 41 application(s), 1 volume(s).......
Waiting for model to be removed, 41 application(s)............
Waiting for model to be removed, 40 application(s)....
Waiting for model to be removed, 39 application(s)...
Waiting for model to be removed, 37 application(s)...
Waiting for model to be removed, 35 application(s)...
Waiting for model to be removed, 34 application(s)...
Waiting for model to be removed, 32 application(s)...
Waiting for model to be removed, 30 application(s)...
Waiting for model to be removed, 27 application(s)....
Waiting for model to be removed, 24 application(s)...
Waiting for model to be removed, 23 application(s)...
Waiting for model to be removed, 22 application(s)..............................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................

Hi, Try with --force

juju destroy-model kubeflow --destroy-storage --force