Retrieving a cluster returns its full details including the label, region, type, pool configuration, attached instances, instance template, and current status. This is useful for checking cluster health, reviewing configuration, and obtaining instance IDs for management operations.
This guide explains how to retrieve a cluster using the Vultr API.
Send a GET request to the List Clusters endpoint to retrieve all clusters.
Note the id of the cluster you want to retrieve.
Send a GET request to the Get Cluster endpoint to retrieve the cluster details. Replace {cluster-id} with the id of the cluster.
The response contains the cluster details including attached instances and current status.
0 Comments
Be the first to comment and share your perspective with the community.