Devbox Details
Last updated
Was this helpful?
Last updated
Was this helpful?
In the Basic section of the details page, you can view the core configuration and status of the Devbox:
Name: Displays the Devbox name (e.g., devbox
), making it easier to identify and manage.
Status: Indicates the environment status (e.g., Running
), clearly showing its availability.
Image: Shows the image address, clarifying runtime dependencies.
Runtime: Displays the runtime environment (e.g., Java-openjdk17
), ensuring development consistency.
Resource Limits: View CPU (e.g., 2 Core
) and memory limits (e.g., 4 GB
) to understand resource allocation. You can update them anytime via the [Update] button.
SSH Connection: Provides the SSH connection string. Click [Private Key] to download the private key, and [SSH Connection Setup] for connection instructions.
Live Monitor displays real-time resource usage:
CPU and Memory Charts: Live line graphs show usage rates. The update time is shown in the top right corner, helping you monitor load and assess the need for resource adjustments.
The Network section manages network access:
Port Information: Lists the port number, internal address, and public address. If the public address is unavailable, ensure that your project is already running in the Devbox.
Release manages environment versions:
Version List: Displays the version number (e.g., v1.0
), status (e.g., Success
), and creation time (e.g., 2025-02-12 10:27
). Click release notes to view the description.
Action Buttons: Click [Release] to create a new version. For released versions, use [Deploy] to deploy to production.