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

updateObjectStorage

Update Object Storage

Details

  • Method: PUT
  • Path: /object-storage/{object-storage-id}
  • Operation ID: update-object-storage

Parameters

{
  "label": {
    "description": "The user-supplied label for the Object Storage.",
    "required": true,
    "location": "body",
    "type": "string"
  }
}

Usage

from ocp_agent import OCPAgent

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

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