The three sections of the page
When nothing is running, MACHINES reads No environments running and explains where to start one and what it costs you: Start one from a repository above, or from a session’s Host tab. Each one occupies a host slot while it is placed. The panel that copy calls the Host tab is the Runtime tab in an open session, described on Cloud runtimes.
Start an environment
1
Fill in the repository
Under START ONE, put a repository in the Repository field. The hint tells you what it accepts: A clone URL, or owner/name for GitHub.
2
Choose a ref, or do not
Ref takes a branch or tag. Empty uses the repository default.
3
Watch it be placed
The new machine appears under MACHINES while it is placed. It occupies a host slot for as long as it is there, which is exactly why the page gives you a delete control.
4
Let the install finish
Cortex clones the repository and the harness installs what the repository declares. A session’s Runtime tab shows the same work as Install progress.
Save an image
An image is saved from a session’s Runtime tab with Save image. The confirmation states the benefit precisely: Environment saved and The next session on this repository and ref resumes from it. An image is keyed by repository and ref. That pair is what a later session is matched against, so a saved image for one branch does nothing for a session started on a different one. Once saved, the snapshot appears under SAVED IMAGES.Launch, rebuild, delete
Image actions are serialised, so two quick presses cannot race the same row. If you press twice, the second press waits rather than starting a second operation on the same image.
Rebuild is destructive, in that order
Rebuild deletes the image first and then installs. The dialog says so before you commit, and it is worth reading in full:Rebuild this image? The saved image for that repository and ref is deleted, and a fresh environment starts for the same repository and ref. Nothing resumes from the old snapshot: the new environment installs what the repository declares, which takes as long as the first install did.The buttons are Cancel and Delete and rebuild. After it runs, the toast repeats the consequence and tells you what to do next: Rebuilding from scratch and The saved image is gone and a fresh environment is installing. Save it again from its Host tab once the install finishes. Rebuild when the repository’s dependencies have moved on and the snapshot has gone stale. Do not rebuild as a way to get the old snapshot back, because there is no way back.
What can go wrong
Every failure here is reported as a toast, and each one tells you whether anything changed:
If an environment is stopped and you bring it back, Cortex takes a capacity seat before it starts anything. When you are already at your ceiling it answers
conflict instead of half-starting, and it refuses outright while the environment is still shutting down. Elsewhere a ceiling is reported as quota_exceeded, nothing placeable as no_capacity, and another attach racing yours as invalid_state.
Ceilings
Each account can hold 8 registered environments and 40 saved images. Deleting a machine you are no longer using frees a slot for the next one, and deleting an image you no longer launch frees one of the forty. No other number about an environment is worth planning around: whether one can be resized after it is placed, and how long a saved image is kept, are not documented, and an image is not something you can hand to a teammate today.When environments are not available
The page distinguishes three states, and only one of them is something you can act on:There is no offline or mock environment to develop against. Without a runtime fleet the feature cannot be tried at all, so the second row above is a genuine dead end rather than a slow path.
Related
- Cloud runtimes - what a session runs in, and the Runtime tab.
- Repositories and branches - the repository and ref an image is keyed by.
- Machines - Cloud occupancy and team runners.
- Changes and diffs - the gate a write passes through inside an environment.
- Code troubleshooting - installs that do not finish.