Skip to main content

Endpoint

POST https://api.ugc.inc/automations/stop

Request Body

runId
string
required
Run ID to stop.

Response

data
null
Returns null on success.

TypeScript

const res = await client.automations.stop({ runId: 'run_123' });