statefulset_delete
Delete a StatefulSet from a specified namespace in Kubernetes using the statefulset_delete
tool. Requires context name, namespace, and StatefulSet name for targeted deletion.
Instructions
Delete a StatefulSet from the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The StatefulSet name
Returns: Status of the deletion operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
name | Yes | ||
namespace | Yes |