cURL
curl --request POST \ --url https://openapi.octoparse.com/cloudextraction/stop \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "taskId": "<string>" } '
{ "requestId": "<string>" }
Stop a task running in the Cloud.
Use the access_token obtained from POST /token
ID of the task to stop
Task stopped