abort_run
Stop a running actor execution on the Apify platform by specifying its run ID, with an option to allow graceful termination.
Instructions
Abort a running actor execution.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run ID to abort | |
| gracefully | No | If true, the actor will have some time to finish gracefully (default: false) |