ENUM

ExoClusterStatus

Description

Status of Exocompute clusters.

link GraphQL Schema definition

  • enum ExoClusterStatus {
  • # The Exocompute cluster is running.
  • ACTIVE
  • # The setup of the Exocompute cluster has failed.
  • SETUP_FAILED
  • # The setup of the Exocompute cluster is pending.
  • SETUP_PENDING
  • # The setup of the Exocompute cluster is running.
  • SETUP_RUNNING
  • # The teardown of Exocompute cluster has failed.
  • TEARDOWN_FAILED
  • # The teardown of Exocompute cluster is pending.
  • TEARDOWN_PENDING
  • # The teardown of Exocompute cluster is running.
  • TEARDOWN_RUNNING
  • # The Exocompute cluster is deleted.
  • TERMINATED
  • }