Open Context Protocol is live! 🚀 Read the launch post
rebootBareMetals

rebootBareMetals

Reboot Bare Metals

Details

  • Method: POST
  • Path: /bare-metals/reboot
  • Operation ID: reboot-bare-metals

Parameters

{
  "baremetal_ids": {
    "description": "",
    "required": false,
    "location": "body",
    "type": "array"
  }
}

Usage

from ocp_agent import OCPAgent

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

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