POST
/
api
/
conversations
/
{conversation_id}
/
stop
Stop Conversation
curl --request POST \
  --url https://app.all-hands.dev/api/conversations/{conversation_id}/stop \
  --header 'X-Session-API-Key: <api-key>'
{
  "status": "<string>",
  "conversation_id": "<string>",
  "message": "<string>",
  "conversation_status": "STARTING"
}

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string
required

Response

200
application/json

Successful Response

The response is of type object.