Skip to main content
POST
/
api
/
conversations
/
{conversation_id}
/
pause
Pause Conversation
curl --request POST \
  --url https://api.example.com/api/conversations/{conversation_id}/pause
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://allhandsai-docs-v1-local-agent-server-guide.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

conversation_id
string<uuid>
required

Response

Successful Response

success
boolean
default:true