Open Context Protocol is live! 🚀 Read the launch post

startInstance

Start instance

Details

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

Parameters

{}

Usage

from ocp_agent import OCPAgent

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

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