Read or update the auto-stop idle timeout.
Read or update a computer’s auto-stop setting. When idle for the configured number of minutes, the computer suspends to save resources and resumes on the next API call.Documentation Index
Fetch the complete documentation index at: https://docs.orgo.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /computers/{id}/auto-stop
0 means never auto-stop.true if your plan allows changing this value.PATCH /computers/{id}/auto-stop
0 to disable.15m, 0s).400 — auto_stop_minutes is not a non-negative integer, or provider doesn’t support auto-stop401 — Invalid or missing API key403 — Auto-stop is not configurable on the free plan, or no access to this computer404 — Computer not foundAPI key authentication. Get your key at orgo.ai/workspaces
Computer ID
Minutes of inactivity before auto-stop. Set to 0 to disable.
x >= 00