Open Context Protocol is live! 🚀 Read the launch post

haltBaremetals

Halt Bare Metals

Details

  • Method: POST
  • Path: /bare-metals/halt
  • Operation ID: halt-baremetals

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('haltBaremetals', {
    # Add required parameters here
})