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"
  }
}

Changes