Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
List all GPU clusters for a user or their organization.
Args: org: If True, list organization clusters. Otherwise list user clusters.
Returns: ClusterListResponse: Contains clusters array and TSV-formatted message
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.