Cluster

The "Cluster" section allows the management of cluster resources. You can view all the clusters created by a particular team and delete resources if necessary.

Delete cluster by ID

DELETE {{BASE_URL}}/admin/api/clusters/{id}

Delete a specific cluster by unique id.

Path Parameters

Name
Type
Description

id*

String

Cluster ID

Headers

Name
Type
Description

Api-Key*

String

Admin api key

{"message":"Cluster deleted","clusterId":"6548d4f261cabb0308b984ee"}

Get clusters

GET {{BASE_URL}}/admin/api/teams/{id}/clusters

Get all clusters for a specific team.

Query Parameters

Name
Type
Description

page*

String

1

limit*

String

10

Headers

Name
Type
Description

Api-Key*

String

Admin api key

Last updated

Was this helpful?