v54

latestSwagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-03397565628.8 KB
Workspaces

Update workspace autostart schedule by ID

put/api/v2/workspaces/{workspace}/autostart

Path parameters

workspacestring uuid required

Workspace ID

Request body

schedulestring

Schedule is expected to be of the form CRON_TZ=<IANA Timezone> <min> <hour> * * <dow> Example: CRON_TZ=US/Central 30 9 * * 1-5 represents 0930 in the timezone US/Central on weekdays (Mon-Fri). CRON_TZ defaults to UTC if not present.

Response

No Content