Skip to main content

Stop Job Execution

Stop a job execution instance having a specific job_execution_id. job_execution_id parameter is returned when you submit a job for execution.

Endpoint#

URL: https://portal.bihelper.tech/api/user-jobs/stop/{job_id}/execution/{job_execution_id}Method: GET

Headers#

KeyValueDescription
AuthorizationBearer Auth_TokenAuth token
Content-Typeapplication/json
User-Agentcurl/7.68.0Set user agent header

Curl Request#

curl --location --request GET 'https://portal.bihelper.tech/api/user-jobs/stop/1286/execution/1620560691521' \--header 'Authorization: Bearer AuthToken' \--header 'User-Agent: curl/7.68.0' 

Response#

Sample response:

Header200 Ok