service_delete
Delete a Kubernetes Service from a specified namespace using context, namespace, and service name.
Instructions
Delete a Service from the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The Service name
Returns: Status of the deletion operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| namespace | Yes | ||
| context_name | Yes |