OBJECT

ExocomputeClusterDetails

Description

Details of the Exocompute cluster.

link GraphQL Schema definition

  • type ExocomputeClusterDetails {
  • # Native ID of the Exocompute cluster. The native ID would be AKS ID in case of
  • # Azure and the cluster ARN in case of AWS.
  • clusterNativeId: String!
  • # Specifies if the Exocompute cluster is persistent. Persistent clusters are
  • # Exocompute clusters requested by customer.
  • isExoclusterLongRunning: Boolean!
  • # Current status of the Exocompute cluster.
  • clusterStatus: ExoClusterStatus!
  • }