Open Context Protocol is live! 🚀 Read the launch post

deleteBlock

Delete Block Storage

Details

  • Method: DELETE
  • Path: /blocks/{block-id}
  • Operation ID: delete-block

Parameters

{}

Usage

from ocp_agent import OCPAgent

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

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