recycleNodepoolInstance
Recycle a NodePool Instance
Details
- Method:
POST - Path:
/kubernetes/clusters/{vke-id}/node-pools/{nodepool-id}/nodes/{node-id}/recycle - Operation ID:
recycle-nodepool-instance
Parameters
{}Usage
from ocp_agent import OCPAgent
agent = OCPAgent()
await agent.register_api('vultr')
# Call this tool
result = await agent.call_tool('recycleNodepoolInstance', {
# Add required parameters here
})