Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Successful Response
Response model for cluster info endpoint.
Get detailed information about a specific GPU cluster.
This endpoint returns information about a cluster including all instances, their connection details, attached storage, and deletion protection status. The cluster must be owned by the user or their organization.
Args: cluster_id: The ID of the cluster to get info for
Returns: ClusterInfoResponse: TSV-formatted table with cluster details
Raises: HTTPException: For various error conditions (400, 403, 404, 500)
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
Response model for cluster info endpoint.