Authentication
Requires a valid Bearer token.Path Parameters
Workspace ID (UUID).
Request Body
Whether the workspace should stay running when idle.
CPU type (e.g.,
"shared", "performance").Number of CPUs.
Memory in megabytes.
Volume size in gigabytes.
GPU type, or
null for no GPU.Response
Returns the updated workspace object.Errors
| Status | Description |
|---|---|
400 | Bad Request — invalid parameters |
401 | Unauthorized — missing or invalid token |
404 | Not Found — workspace does not exist or you do not have access |