Environment
- OS: Windows 10 (PowerShell)
- CLI / Plugin:
runcode CLI v0.1.0 (via Claude Code Plugin)
- Provider / Region: AWS /
us-east-1 (and auto-resolved)
Description
Creating new workspaces (both via Web UI and CLI) results in an infinite "Starting" status lock. The provisioning pipeline appears stuck before the container / SSH daemon becomes ready, causing compute billing to deduct balance even though the instance is completely inaccessible.
Steps to Reproduce
- Run
runcode create --size tiny --region us-east-1 --force (or create via Web Dashboard).
- The CLI hangs on provisioning until it hits the timeout.
- Check
runcode list: the status is locked in starting stopped.
- Web UI options are restricted (only "Rename" is available).
- Attempting to stop transitions to
stopping stopped indefinitely until forcefully deleted with runcode delete <ws> --yes.
Expected Behavior
Workspace should boot up within seconds and become accessible via SSH/Web IDE.
Actual Behavior
- Workspace stays stuck on
starting indefinitely.
- Balance is deducted for running time while the workspace is stuck in the provisioning loop.
- Affected Workspace IDs (now deleted):
#68781, #68782, #68783.
Additional Context
hello@runcode.io email address bounces (mailbox unavailable).
- Account balance is active and positive ($2.00 initial credit).
Environment
runcodeCLI v0.1.0 (via Claude Code Plugin)us-east-1(and auto-resolved)Description
Creating new workspaces (both via Web UI and CLI) results in an infinite "Starting" status lock. The provisioning pipeline appears stuck before the container / SSH daemon becomes ready, causing compute billing to deduct balance even though the instance is completely inaccessible.
Steps to Reproduce
runcode create --size tiny --region us-east-1 --force(or create via Web Dashboard).runcode list: the status is locked instarting stopped.stopping stoppedindefinitely until forcefully deleted withruncode delete <ws> --yes.Expected Behavior
Workspace should boot up within seconds and become accessible via SSH/Web IDE.
Actual Behavior
startingindefinitely.#68781,#68782,#68783.Additional Context
hello@runcode.ioemail address bounces (mailbox unavailable).