Skip to content

get_cluster_status()

Get status of a cluster.

get_cluster_status(name=nothing, ...)

Description

This function retrieves the status of a cluster. If the cluster is in a failed state, debug information about why cluster creation failed will get printed out

Required Parameters

name (String)

Name of cluster for which to retrieve the status

Returns (Symbol)

Symbol representing the status of the cluster. Is one of the following: :creating, :running, :destroying, :failed, :terminated.

Example Usage

get_cluster_status("mycluster")