Open Context Protocol is live! 🚀 Read the launch post
deleteObjectStorage

deleteObjectStorage

Delete Object Storage

Details

  • Method: DELETE
  • Path: /object-storage/{object-storage-id}
  • Operation ID: delete-object-storage

Parameters

{}

Usage

from ocp_agent import OCPAgent

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

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