How to delete the cloud environment? I am not able to see the desktop and only the terminal works. I created a new environment and was able to work properly but i want to delete the old one.
I cant see any option to “delete”
Please help
Hey, I see a screenshot with two agents and “Could not connect to Desktop” on the right. There are two separate things here:
Deleting an environment. Right now, the Cloud Agents dashboard doesn’t have a Delete button for environments. This is a known gap and it’s in the backlog, but I can’t share an ETA. As a temporary workaround, you can ignore the old environment and keep working from the new one. New agents will start from the latest snapshot.
Desktop won’t connect. This is a different known bug. Computer use or Desktop works during the initial environment setup, but on later agents it can fail with “Could not connect to Desktop”, just like in your screenshot. It’s being tracked too, and there’s no timeline yet. The Terminal still works during this, so the agent itself keeps running.
@deanrie I have a cloud environment (defined with environment.json & setup.sh) that has bad git state in it. Somehow its main is different from origin/main.
How can I delete/reset the environment snapshot to start over? Everything I’ve tried so far starts from the previous environment (which includes the bad git state), so I’m not able to reset it to be correct.
@jpat thanks for the +1, noted, it helps with prioritization. I don’t have an exact ETA yet, but the request is being tracked.
@TomO your case is a bit different. It’s not about deleting an entry in the dashboard, it’s about rebuilding a snapshot with a broken git state. Right now you can’t reset a snapshot from the UI with a button, that’s a known limitation. A couple workarounds that usually help:
Make any change in environment.json or in setup.sh, then start a new agent. Changes in the env config invalidate the existing snapshot and trigger a full rebuild.
If you don’t want to change the config, add an explicit reset to origin/main in setup.sh:
This fixes main vs origin/main drift on every start.
If both options still bring up the agent with the old state, share the agent ID or the Request ID from chat right upper corner of the chat > Copy Request ID, and we’ll take a closer look. It might be worth starting a separate thread for snapshot reset so it doesn’t get mixed with the environment deletion topic.
Thank you Dean. Updating environment.json/setup.sh doesn’t build from a fresh snapshot. It appears to start from an existing snapshot and update it (which carries forward the broken git state).
Aubrey@CursorSupport is looking into this with the team.