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. On the Clusters list page, select the cluster that you want to work with. If you need help finding the list page or the cluster, see Listing Clusters in a Compartment.
    2. From the Actions menu (Actions Menu) for the cluster, select Stop.
    3. In the Stop cluster panel, enter the cluster administrator password.
    4. To force the cluster to stop even when applications are running, select Force stop running applications on cluster.
    5. Select 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.