service_delete
Delete a Kubernetes Service from a specified namespace using the given context. Provides the status of the deletion operation for cluster management.
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 |
---|---|---|---|
context_name | Yes | ||
name | Yes | ||
namespace | Yes |