Skip to main content

Stop All Executions of Job

Stop all running instances of a given job.

Endpoint#

URL: https://portal.bihelper.tech/api/user-jobs/stop/{job_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/1' \--header 'Authorization: Bearer AuthToken' \--header 'User-Agent: curl/7.68.0' 

Response#

Sample response:

Header200 Ok