Deleting a Cluster

Delete a Big Data Service cluster.

Caution

Deleting (terminating) a cluster deletes the cluster and removes all the data contained in local storage or block storage. This action is irreversible.
    1. Open the navigation menu and click Analytics & AI. Under Data Lake, click Big Data Service.
    2. Under Compartment, select the compartment that contains the cluster.
    3. In the list of clusters, click the name of the cluster.
    4. On the Cluster details page, click More actions, and then select Terminate big data cluster.
    5. In the Terminate big data cluster panel, enter the name of the cluster, and then click Terminate.
  • Use the oci bds instance delete command and required parameters to delete a cluster.

    oci bds instance delete --bds-instance-id <bds_instance_id> [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference for Big Data.

  • Use the DeleteBdsInstance operation to delete clusters.