Open Context Protocol is live! 🚀 Read the launch post

deleteSnapshot

Delete Snapshot

Details

  • Method: DELETE
  • Path: /snapshots/{snapshot-id}
  • Operation ID: delete-snapshot

Parameters

{}

Usage

from ocp_agent import OCPAgent

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

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