Open Context Protocol is live! 🚀 Read the launch post

updateVpc

Update a VPC

Details

  • Method: PUT
  • Path: /vpcs/{vpc-id}
  • Operation ID: update-vpc

Parameters

{
  "description": {
    "description": "The VPC description.",
    "required": true,
    "location": "body",
    "type": "string"
  }
}

Usage

from ocp_agent import OCPAgent

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

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