Cancel target execution
- DEL
- /workspaces
- /:workspace
- /targets
- /execs
- /:exec_id
Cancel a running execution. No-op on terminal-state executions.
Request example
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/targets/execs/:exec_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS204 Execution cancellation signaled (or already in terminal state)