工具 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 积分

调用信息

工具标识
apify-mcp-server.abort-actor-run
服务提供方
Apify
平均响应
0 ms
近 7 天调用
0

输入参数

runId必填

The ID of the Actor run to abort.

gracefully

If true, the Actor run will abort gracefully with a 30-second timeout.