Console Reference

View as Markdown

The NVIDIA Brev console at brev.nvidia.com provides a web interface for managing your GPU resources and team.

The console sidebar organizes features into these main sections:

SectionPurpose
GPUsCreate and manage GPU instances.
BlueprintsPreconfigured environments for common workflows.
LaunchablesQuick-start templates for specific use cases.
TeamManage organization members and permissions.
BillingView usage, credits, invoices, resource limits, and payment methods.

GPU Instances

The GPUs section displays all instances in your organization.

Creating an Instance

1

Click Create Instance

From the GPUs page, click the Create Instance button.

2

Select GPU Type

Choose from available GPU types (L40S, A100, H100, etc.) based on your workload needs.

3

Configure Instance

  • Enter an instance name
  • Select a base image or Launchable
  • Choose disk size
  • Optionally configure environment variables
4

Launch

Click Create to provision your instance. Setup typically takes 1-2 minutes.

Instance Details

Click any instance to view its details page with:

  • Status: Current state (Running, Stopped, Starting, etc.)
  • GPU: Type and count of attached GPUs
  • Uptime: How long the instance has been running
  • Disk Usage: Current storage utilization

Access Tab

The Access tab provides connection information:

SSH Connection

  • Instance hostname for direct SSH access
  • Command to copy: ssh <instance-name>

Using Tunnels Expose ports with publicly accessible URLs:

  1. Enter a port number (e.g., 8888 for Jupyter)
  2. Click Add
  3. Copy the generated URL

Tunnels route through Cloudflare and require browser authentication on first access. For direct API access without browser redirects, use brev port-forward from the CLI instead.

Port Exposure View and manage which ports are exposed on your instance.

Blueprints & Launchables

Blueprints

Blueprints are preconfigured environment templates that include:

  • Base container image
  • Preinstalled packages and dependencies
  • Environment configuration

Common blueprints include PyTorch, TensorFlow, and RAPIDS environments.

Launchables

Launchables are quick-start templates for specific use cases:

  • JupyterLab: Ready-to-use notebook environment
  • VS Code Server: Browser-based VS Code
  • LLM Fine-tuning: Preconfigured for model training

Select a Launchable when creating an instance to start with everything preconfigured.

Team Management

Manage your organization’s members and permissions.

Inviting Members

2

Click Invite

Click the Invite Member button.

3

Enter Email

Enter the email address of the person to invite.

4

Set Role

Choose their role:

  • Member: Can create and manage their own instances
  • Admin: Full organization management access

Managing Members

From the Team page you can:

  • View all organization members
  • Change member roles
  • Remove members from the organization

Billing & Usage

Use the Billing page to track costs, manage credits, review payment history, and understand how quickly your organization is using its balance.

Usage Dashboard

The Usage Dashboard shows usage for the selected date range. It defaults to the current month.

View:

  • Compute and storage costs over time
  • Usage grouped by user or instance
  • Total cost for the selected date range

Stopped instances do not accrue compute charges, but storage charges may still apply while Brev preserves the instance data. Delete unused instances to stop all charges for that instance.

Credits and Auto Recharge

Your credit balance is shared across the organization. Running instances consume credits for compute and may also consume credits for storage. The balance indicator in the console shows your current balance and, when resources are running, an estimated burn rate and remaining hours.

Use the Credits section to:

  • Add funds
  • Redeem a credit code
  • Enable or disable auto recharge
  • Set the balance threshold that triggers auto recharge
  • Set the amount to add when auto recharge runs

Auto recharge helps prevent interrupted work. When your balance falls below your configured threshold, Brev attempts to add funds using your saved payment method.

If auto recharge succeeds, your credits are updated automatically. If auto recharge fails, Brev emails the billing contact and stops attempting auto recharge until billing is updated.

Running Out of Credits

If your organization runs out of credits, Brev sends a warning email and pauses any instances that have stop-start ability. Instances that cannot be paused are deleted.

If credits are not added, Brev sends another warning after 24 hours. If the organization remains out of credits, Brev deletes all remaining resources.

Deleted instances and their data cannot be recovered. Add credits or enable auto recharge before your balance reaches zero, and regularly push important work to Git or another durable storage location.

Resource Limits

Resource limits are separate from credits. Your organization may have a maximum allowed resource usage rate, shown in dollars per hour. If you need to run larger or more expensive workloads, contact brev-support@nvidia.com to request a higher limit.

Payment Methods

Add and manage credit cards used for credit purchases and auto recharge. Keep a valid payment method on file if you want auto recharge to protect running workloads.

Invoices

Review payment history and download available invoices for accounting and reimbursement.

What’s Next