k8s-pilot

by bourbonkk

pv_delete

Remove a PersistentVolume from a Kubernetes cluster managed by k8s-pilot. Specify the context name and PersistentVolume name to execute the deletion and receive the operation status.

Instructions

Delete a PersistentVolume from the cluster.

Args: context_name: The Kubernetes context name name: The PersistentVolume name

Returns: Status of the deletion operation

Input Schema

NameRequiredDescriptionDefault
context_nameYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "required": [ "context_name", "name" ], "title": "pv_deleteArguments", "type": "object" }
ID: varavj97rf