> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deleting a Managed Service for MLflow cluster

When you delete a cluster, all data stored in it is permanently deleted. The Object Storage bucket used for artifacts is not deleted automatically. You are still charged for the bucket until you [delete](/object-storage/buckets/manage#how-to-delete-buckets) it.

<Tabs group="interfaces">
  <Tab title="Web console">
    1. In the sidebar, go to <Icon icon="https://mintcdn.com/nebius-ai-cloud/1Ha0sWR6e1mnIaHS/_assets/sidebar/ai-services.svg?fit=max&auto=format&n=1Ha0sWR6e1mnIaHS&q=85&s=ab4ff229f7690c99deb1dc52d3daf987" width="16" height="16" data-path="_assets/sidebar/ai-services.svg" /> **AI Services** → **MLflow**.
    2. Open the page of the cluster you want to delete.
    3. On the **Settings** tab, click **Delete cluster**.
    4. In the window that opens, confirm the deletion.
  </Tab>

  <Tab title="CLI">
    1. Get the ID of the cluster you want to delete:

       ```bash theme={null}
       nebius msp mlflow v1alpha1 cluster list
       ```

    2. Delete the cluster:

       ```bash theme={null}
       nebius msp mlflow v1alpha1 cluster delete <cluster_ID>
       ```
  </Tab>
</Tabs>
