Stop a subjob
Stop a running subjob within a run.
POST
/api/runs/{id}/subjobs/{subjobId}/stopPath parameters
idnumberrequiredPath parameter: id
subjobIdnumberrequiredPath parameter: subjobId
Request
curl
curl -X POST https://platform.trickest.com/api/runs/{id}/subjobs/{subjobId}/stop \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
202Subjob is stopping
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring