statefulset_delete
Delete a StatefulSet from a Kubernetes namespace by providing the context, namespace, and StatefulSet name.
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 |
|---|---|---|---|
| name | Yes | ||
| namespace | Yes | ||
| context_name | Yes |