Skip to main content
POST
/
v2
/
runs
/
{run_id}
/
stop
Stop Run
curl --request POST \
  --url https://api.duvo.ai/v2/runs/{run_id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

run_id
string<uuid>
required

The run's unique identifier

Response

Default Response

success
boolean
required

Whether the stop request succeeded

message
string

Optional human-readable detail