INPUT_OBJECT

RequestPersistentExoclusterInput

Description

Input to request persistent Exocompute cluster for a region configuration in a cloud account.

link GraphQL Schema definition

  • input RequestPersistentExoclusterInput {
  • # Cloud provider type.
  • cloudVendor: CloudVendor!
  • # ID of the Exocompute configuration.
  • exocomputeConfigId: UUID!
  • # Duration for which cluster is to be persisted. Note that the cluster will not be
  • # torn down immediately, and will only be released when it's not in use by any
  • # other job.
  • durationInDays: Int
  • # Customized parameters for launching Azure clusters.
  • azureSpecificClusterParams: AzureClusterRequestParams
  • # Customized parameters for launching AWS clusters.
  • awsSpecificClusterParams: AwsClusterRequestParams
  • }

link Require by