Skip to content
Trailer.devDocumentation

Search is only available in production builds. Try building and previewing the site to test it out locally.

Workspace Details Page

The Workspace Details header showing the workspace name, status badge, host badge, and the action buttons, above the editable configuration form.

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.

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.

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.

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.