INPUT_OBJECT

DisconnectExocomputeClusterInput

Description

Input to disconnect a customer-managed Exocompute cluster from RSC and mark it as terminated.

link GraphQL Schema definition

  • input DisconnectExocomputeClusterInput {
  • # Represents the ID of the customer-managed Exocompute cluster that must be
  • # disconnected from RSC.
  • clusterId: UUID!
  • # Cloud type for the Exocompute cluster to be disconnected.
  • cloudType: CloudType!
  • }

link Require by