Skip to main content
POST
Stop a running task any time.

Authorizations

Authorization
string
header
required

Insert API token, use the format: apikey <API-TOKEN>.

Path Parameters

session_id
string
required

Insert your task’s session ID located in your Projects dashboard.

Body

application/json
command
enum<string>
required

The command to send to the task. Currently only 'stop' is supported.

Available options:
stop

Response

Command accepted and processed