service_delete
Remove a Kubernetes Service from a specified namespace using k8s-pilot. Input context name, namespace, and service name to execute the deletion and receive operation status.
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 |