remove_namespace_label
Remove a label from a Kubernetes namespace to update its metadata configuration.
Instructions
Remove a label from a namespace.
Args: context_name: The Kubernetes context name namespace: The name of the namespace label_key: The label key to remove
Returns: JSON string containing the updated namespace labels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_key | Yes | ||
| namespace | Yes | ||
| context_name | Yes |