kubernetes
Restart all containers in a Kubernetes pod
Restart all containers in a single Kubernetes pod in place using the Kubernetes 1.35 alpha pod-restart subresource. The pod itself is preserved. Requires the cluster to expose the corresponding subresource (and the matching feature gate to be enabled). Access policy: Authenticated user.
post/kubernetes/{id}/namespaces/{namespace}/pods/{name}/restart
Path parameters
idinteger required
Environment(Endpoint) identifier
namespacestring required
Namespace
namestring required
Pod name
Response
Success