Updates the specified workspace. Only include the fields you want to change. Hardware changes may require a workspace restart to take effect.Documentation Index
Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
Use this file to discover all available pages before exploring further.
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 |