Skip to content

Approve a pending cluster registration

POST
/license/pending-clusters/{cluster_id}/approve
curl --request POST \
--url https://shoehorn.example.com/api/v1/license/pending-clusters/example/approve

Bumps purchased_clusters by 1 and clears the pending row. The agent comes online on its next heartbeat (around 30 seconds). On Standard tier this adds €99/month to the subscription.

cluster_id
required
string

Approved

Media type application/json
object
purchased_clusters
required

Tenant’s purchased_clusters count after the bump.

integer
Example generated
{
"purchased_clusters": 1
}

No pending registration for that cluster_id