Stopping a Cluster

Stop Big Data Service clusters. You can stop clusters when your workload requests decrease. The service cost for the cluster is reduced when clusters are stopped.

    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 Stop.
    5. In the Stop cluster panel, enter the cluster administrator password.
    6. To force the cluster to stop even when applications are running, select Force stop running applications on cluster.
    7. Click Stop.
      The status of the cluster changes to Inactive.
  • Use the oci bds instance stop command and required parameters to stop a cluster.
    oci bds instance stop --bds-instance-id <bds_instance_id> --cluster-admin-password <cluster_admin_password> [OPTIONS]

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

  • Use the StopBdsInstance operation to stop a cluster.