v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Kubernetes

Remove Container Registry from Kubernetes Clusters

To remove the container registry from Kubernetes clusters, send a DELETE request to /v2/kubernetes/registry.

delete/v2/kubernetes/registry

Request body

cluster_uuidsstring[]

An array containing the UUIDs of Kubernetes clusters.

Example request

{
  "cluster_uuids": [
    "bd5f5959-5e1e-4205-a714-a914373942af",
    "50c2f44c-011d-493e-aee5-361a4a0d1844"
  ]
}

Response

The action was successful and the response body is empty.