Open Context Protocol is live! 🚀 Read the launch post

haltInstance

Halt Instance

Details

  • Method: POST
  • Path: /instances/{instance-id}/halt
  • Operation ID: halt-instance

Parameters

{}

Usage

from ocp_agent import OCPAgent

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

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