v1

latestSwagger 2.02026-08-06114111152.5 KB
App-automate Maestro

Stop a Maestro run

Cancels a running Maestro run before it completes. Already-completed flows are preserved; in-flight flows are marked cancelled. Alias of the cancel endpoint, kept because testingbotctl calls it from its Ctrl-C handler; unlike cancel it always answers 200, so stopping an already-finished run is a no-op rather than a 409.

post/v1/app-automate/maestro/{project_id}/{run_id}/stop

Path parameters

project_idinteger required
run_idinteger required

Response

Stop a Maestro run

successboolean required

Whether the operation succeeded.

errorsobject required

Validation errors keyed by field name. Only present when success is false.

errorstring required

Single human-readable reason, used by the older endpoints in place of errors. Only present when success is false.