deployment_delete
Delete a Deployment from a Kubernetes namespace. Provide context, namespace, and deployment name to remove the resource.
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 |
|---|---|---|---|
| name | Yes | ||
| namespace | Yes | ||
| context_name | Yes |