Daily Work
Manage workspaces
Use My Workspaces to start, stop, update, launch, inspect, and delete workspaces without leaving Console.
Read workspace status
My Workspaces shows running, stopped, starting, updating, failed, and attention states. Stopped workspaces remain visible so they can be restarted, updated, inspected, or deleted.
| Status | Meaning | Common action |
|---|---|---|
| Running | Runtime is active. | Launch Browser IDE or stop when done. |
| Stopped | Runtime is not active. | Start before working or delete if no longer needed. |
| Starting or updating | A build is active. | Wait for the build result. |
| Failed or attention | Build or runtime needs review. | Open logs or ask support before deleting storage. |
Start a stopped workspace
- Open My Workspaces.
- Find the stopped workspace.
- Click Start.
- Wait for status to become ready or running.
- Launch Browser IDE.
Starting does not recreate the workspace from scratch. It brings the existing workspace runtime back online.
Stop a running workspace
- Open My Workspaces.
- Find the running workspace.
- Click Stop.
- Confirm the status changes to stopped.
Stopping helps control runtime usage. It is different from delete. Storage and workspace records remain available according to the platform policy.
Update safely
- Click Update or Review update.
- Read the planned template and parameter changes.
- Confirm credential refresh status.
- Check that secret values remain hidden.
- Click Run update only when the plan is correct.
Update should show non-secret parameter changes before a build starts. If a field fails validation, fix it in the review instead of starting the build repeatedly.
Delete a workspace
Delete only when you intentionally want the managed workspace removed. Use the Console delete action so cleanup can follow the supported path.
Do not manually delete PVCs, pods, Kubernetes Secrets, or Coder objects for a normal customer delete. If cleanup appears stuck, include the workspace name, status, and last action in the support handoff.
Editor launch options
| Action | Use when |
|---|---|
| Browser IDE | You want the default in-browser editor. |
| VS Code Desktop | Your local VS Code is configured for this workspace flow. |
| JetBrains | Your team uses JetBrains remote workflows. |
| SSH Config | You need an advanced terminal or editor connection. |
Browser IDE is the default path for most customer users.
Done When
- The workspace row shows the expected status.
- Start is available for stopped workspaces.
- Stop is available for running or starting workspaces.
- Update review finishes before a build starts.
- Delete confirmation matches the workspace you intend to remove.