Open Context Protocol is live! 🚀 Read the launch post

deleteInstance

Delete Instance

Details

  • Method: DELETE
  • Path: /instances/{instance-id}
  • Operation ID: delete-instance

Parameters

{}

Usage

from ocp_agent import OCPAgent

agent = OCPAgent()
await agent.register_api('vultr')

# Call this tool
result = await agent.call_tool('deleteInstance', {
    # Add required parameters here
})