Workspace Details Page
The Workspace Details page shows a single workspace and lets you edit it. It reuses the same sectioned form as the create page, prefilled with the workspaceās current configuration. Status, messages, and other live fields update in real time over a WebSocket subscription.
The header shows the workspace name, a status badge, and a badge for the host it runs on (click it to open the host). It also exposes the workspace actions (Logs, Attach, Exec, Start/Stop, Redeploy, Snapshot, Clone) and the created/updated timestamps. Which actions appear depends on the workspace status, the host status, and your permissions.
Messages
Section titled āMessagesāWhen the agent reports an error or warning for the workspace (for example a failed deployment), a Messages section appears at the top with the details.
Editing
Section titled āEditingāThe configuration form mirrors the create form: workspace settings, host, image, configuration (CPU, memory, shared memory, GPUs, advanced runtime options), startup command, external URLs, environment variables, ports, volumes, and networks. Save applies the changes; the agent reconciles the running container to match. The save button is enabled only when you have changed something and you have modify permission.
Permissions
Section titled āPermissionsāGrant or revoke per-user access to the workspace. Each grant is a combination of view, modify, and delete. View covers logs and opening the workspace; Attach and Exec need modify, and a view grant transitively reveals the workspaceās image, host, volumes, and networks. See Permissions and access control.
A confirmation form removes the workspace. You must type the workspace name to confirm. Delete is only available to users with delete permission.
Related Pages
Section titled āRelated Pagesā- Workspaces Workspace listing
- Workspace Logs Stream container logs
- Workspace Attach Attach to the main process
- Workspace Exec Run a command in the container