kubernetes
Delete a kubernetes pod
Delete a single Kubernetes pod in the given namespace. The owning controller (Deployment, StatefulSet, DaemonSet, ...) is responsible for recreating the pod. For naked pods the pod is removed permanently. Access policy: Authenticated user.
delete/kubernetes/{id}/namespaces/{namespace}/pods/{name}
Path parameters
idinteger required
Environment(Endpoint) identifier
namespacestring required
Namespace
namestring required
Pod name
Response
Success