Skip to contents

Restarts a Spark cluster with the supplied ID. If the cluster is not currently in a RUNNING state, nothing will happen.

Usage

restart_cluster(client, cluster_id, restart_user = NULL)

clustersRestart(client, cluster_id, restart_user = NULL)

Arguments

client

Required. Instance of DatabricksClient()

cluster_id

Required. The cluster to be started.

restart_user

needs content added.