TOOL API
abort-actor-run
Abort an Actor run that is currently starting or running. For runs with status SUCCEEDED, FAILED, ABORTING, ABORTED, or TIMED-OUT, this call has no effect. The results will include the updated run details after the abort request. USAGE: - Use when you need to stop a run that is taking too long or misconfigured. USAGE EXAMPLES: - user_input: Abort run y2h7sK3Wc - user_input: Gracefully abort run y2h7sK3Wc
creativeOAuth1 credits
Call information
- Tool slug
- apify-mcp-server.abort-actor-run
- Provider
- Apify
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
runIdrequiredThe ID of the Actor run to abort.
gracefullyIf true, the Actor run will abort gracefully with a 30-second timeout.