ENUM

ExoBundleApprovalStatus

Description

Approval status of an Exocompute container image bundle.

link GraphQL Schema definition

  • enum ExoBundleApprovalStatus {
  • # Exocompute image bundle is ACCEPTED.
  • ACCEPTED
  • # Exocompute image bundle is REJECTED.
  • REJECTED
  • }