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: The ID or name 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.