curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/clusters/{cluster_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"displayName": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"eksCluster": {
"awsAccountId": "<string>",
"region": "<string>",
"fireworksManagerRole": "<string>",
"clusterName": "<string>",
"storageBucketName": "<string>",
"metricWriterRole": "<string>",
"loadBalancerControllerRole": "<string>",
"workloadIdentityPoolProviderId": "<string>",
"inferenceRole": "<string>"
},
"fakeCluster": {
"projectId": "<string>",
"location": "<string>",
"clusterName": "<string>"
},
"state": "STATE_UNSPECIFIED",
"status": {
"code": "OK",
"message": "<string>"
},
"updateTime": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/clusters/{cluster_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"displayName": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"eksCluster": {
"awsAccountId": "<string>",
"region": "<string>",
"fireworksManagerRole": "<string>",
"clusterName": "<string>",
"storageBucketName": "<string>",
"metricWriterRole": "<string>",
"loadBalancerControllerRole": "<string>",
"workloadIdentityPoolProviderId": "<string>",
"inferenceRole": "<string>"
},
"fakeCluster": {
"projectId": "<string>",
"location": "<string>",
"clusterName": "<string>"
},
"state": "STATE_UNSPECIFIED",
"status": {
"code": "OK",
"message": "<string>"
},
"updateTime": "2023-11-07T05:31:56Z"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The fields to be returned in the response. If empty or "*", all fields will be returned.
A successful response.
Human-readable display name of the cluster. e.g. "My Cluster" Must be fewer than 64 characters long.
The creation time of the cluster.
Show child attributes
Show child attributes
The current state of the cluster.
STATE_UNSPECIFIED, CREATING, READY, DELETING, FAILED Detailed information about the current status of the cluster.
Show child attributes
The update time for the cluster.
Was this page helpful?