Open Context Protocol is live! 🚀 Read the launch post

deleteSshKey

Delete SSH Key

Details

  • Method: DELETE
  • Path: /ssh-keys/{ssh-key-id}
  • Operation ID: delete-ssh-key

Parameters

{}

Usage

from ocp_agent import OCPAgent

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

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