Open Context Protocol is live! 🚀 Read the launch post

deleteVpc

Delete a VPC

Details

  • Method: DELETE
  • Path: /vpcs/{vpc-id}
  • Operation ID: delete-vpc

Parameters

{}

Usage

from ocp_agent import OCPAgent

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

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