Open Context Protocol is live! 🚀 Read the launch post

haltBaremetal

Halt Bare Metal

Details

  • Method: POST
  • Path: /bare-metals/{baremetal-id}/halt
  • Operation ID: halt-baremetal

Parameters

{}

Usage

from ocp_agent import OCPAgent

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

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