eastern-cyan•3y ago
How can I set actor timeout?
I want to set actor timeout to 180seconds, I can set it through web options (see screenshot), but
how can I do this via api?

2 Replies
via api you can specify timeout in the post request https://docs.apify.com/api/v2/#/reference/actors/run-collection/run-actor
or here if you want to specify default timeout https://docs.apify.com/api/v2/#/reference/actors/actor-object/update-actor
eastern-cyanOP•3y ago
Thanks! This helped! I added &timeout=180 param.