Unregister Managed cluster

This API call allows to release a license from a cluster in order to reuse it:

Endpoint

/public/v2.0/oauth/unregistration

Parameter

ParameterTypeDescriptionInRequired
clusterUuidstring-pathrequired

Response

Response codes

CodeDescription
200

Ok

404

Cluster with given UUID does not exist

Example

In this example, you unregister a cluster with identifier 0a00a0a0-00aa-00a-a0a0-00aaa0aa0000 from its license. When this call is successful (with response code 200), you can reuse this license for a different cluster.

Curl

curl -X PUT "https://mcsvc.dynatrace.com/rest/public/v2.0/unregistration/0a00a0a0-00aa-00a-a0a0-00aaa0aa0000" -H "accept: */*" -H "Authorization: Basic MMiiLLL0c0AthpM0YERwdXI0bEZ5b1IzGGt0AQ"

Request URL

https://mcsvc.dynatrace.com/rest/public/v2.0/unregistration/0a00a0a0-00aa-00a-a0a0-00aaa0aa0000

Response body

Response does not have a body.

Response code

200