Skip to main content

View and Manage Pods

Go to Cloud > Pods and click the Pod you want to inspect; five tabs are available on the right side of the page.

Details

Includes the Pod's resource specification, estimated cost, actual spend, image, parameter settings, and mount information.

Connection

Click the Connect button in the Pods list, or open the Connection tab, which includes:

  • Web Terminal: the Pod's default web terminal link; click it to work in the container directly from your browser
  • Endpoints: the Pod's externally exposed service links

Monitoring

The system monitors the Pod's GPU core utilization, GPU memory utilization, CPU utilization, memory utilization, and network I/O in real time. Use the dropdown to query the past 30 minutes, 1 hour, 1 day, 7 days, or 30 days, or a custom range (up to 30 days).

Logs

Shows the output and error messages of the containers in the Pod, helping you troubleshoot service issues. Logs can be copied or downloaded for review.

Events

Records status changes and error events that occur during Pod creation and execution. Events can be downloaded for later review.

Delete a Pod

  1. In the Pods list, click the menu icon next to the Pod you want to delete, then click Delete.
  2. In the confirmation dialog, enter the name of the Pod to delete, then click Delete to confirm.
tip

Pods are billed by usage hours; deleting a Pod when you are not using it stops the billing. A mounted volume is a separate resource — it is not deleted with the Pod and must be handled separately (see Storage).