deployment_delete
Remove a Kubernetes Deployment by specifying the context, namespace, and name. Streamlines deletion operations across multi-cluster environments managed by k8s-pilot.
Instructions
Delete a Deployment from the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The Deployment name
Returns: Status of the deletion operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
name | Yes | ||
namespace | Yes |