Instance Stuck in Waiting State
This guide helps you resolve instances that fail to transition from “Waiting” to “Running” state during provisioning.
Problem
Newly created instances remain indefinitely in a “Waiting” state on the Brev dashboard and CLI. Attempts to access the instance using brev ssh or brev ls show the instance as pending, and startup logs indicate incomplete provisioning.
Common symptoms include:
- Instance creation request succeeds but never transitions to “Running”
rpc error: code = Internal desc = context deadline exceeded- No
instance_idorpublic_ipassigned in CLI output
Prerequisites
- Access to Brev dashboard and CLI
- Valid Brev account with sufficient resource quota
- Organization owner or admin permissions (for quota-related issues)
Solution
Check recent activity
- Open the instance details page in the Brev dashboard
- Navigate to the Activity Logs tab
- Look for recent provisioning or startup attempts
- Note any error messages or failed operations
Verification
After recreating the instance:
- The newly created instance shows “Running” in both dashboard and CLI
- SSH access via
brev shell <instance-name>is successful - The instance has a valid
public_ipassigned
Workarounds
If repeated attempts fail:
- Create with different name: Create a fresh instance under a different name
- Try alternative region: Switch regions (for example, from
aws-us-east-1toaws-us-west-2) - Use existing instances: For critical workloads, use existing running instances until the backend issue is resolved
Getting Help
If the issue persists after trying these solutions, contact support at brev-support@nvidia.com with:
- Your organization ID
- Instance name and configuration
- Timestamps of failed provisioning attempts
- Screenshots of activity logs showing errors