v1

latestOpenAPI 3.1.0Apache 2.02026-07-17471545.0 KB
Namespaces

Stop watching a namespace

Stop watching a namespace and remove all its forwarded services

delete/v1/namespaces/{key}

Path parameters

keystring required

Namespace key (e.g., "default.minikube")

Response

Namespace watcher stopped

successboolean
dataobject

Example response

{
  "error": {
    "code": "NOT_FOUND",
    "message": "Service not found"
  }
}