Skip to main content
OpenHands Docs home page
Search...
⌘K
OpenHands/OpenHands
OpenHands/OpenHands
Search...
Navigation
Conversations
Delete Conversation
Overview
Web
CLI
SDK
Company
Blog
OpenHands Cloud
Software Agent SDK
Getting Started
Guides
Hello World
Custom Tools
Model Context Protocol
Agent Skills & Context
Persistence
Context Condenser
Sub-Agent Delegation
Security & Action Confirmation
Metrics Tracking
Observability & Tracing
Secret Registry
LLM Features
Agent Features
Conversation Features
Remote Agent Server
Overview
Local Agent Server
Docker Sandbox
API-based Sandbox
API Reference
Server Details
Events
Conversations
GET
Search Conversations
GET
Count Conversations
GET
Get Conversation
DEL
Delete Conversation
PATCH
Update Conversation
GET
Batch Get Conversations
POST
Start Conversation
POST
Pause Conversation
POST
Run Conversation
POST
Update Conversation Secrets
POST
Set Conversation Confirmation Policy
POST
Set Conversation Security Analyzer
POST
Generate Conversation Title
POST
Ask Agent
Tools
Bash
Git
Files
VSCode
Desktop
API Reference
GitHub Workflows
Architecture
Overview
Design Principles
SDK Components
API Reference
openhands.sdk.agent
openhands.sdk.conversation
openhands.sdk.event
openhands.sdk.llm
openhands.sdk.security
openhands.sdk.tool
openhands.sdk.utils
openhands.sdk.workspace
200
404
422
Copy
Ask AI
{
"success"
:
true
}
Conversations
Delete Conversation
Copy page
Permanently delete a conversation.
Copy page
DELETE
/
api
/
conversations
/
{conversation_id}
Try it
200
404
422
Copy
Ask AI
{
"success"
:
true
}
Path Parameters
conversation_id
string<uuid>
required
Response
200
application/json
Successful Response
success
boolean
default:
true
Was this page helpful?
Yes
No
Get Conversation
Update Conversation
⌘I