Skip to main content

Manage GPU Containers

This page explains how to stop, start, and delete a GPU Container, and how to view logs and monitor resource usage from the container detail page.

Open the container detail page

From the GPU Container list, click on the container name or its row to open the container detail page.

GPU Container detail page

The detail page has four tabs: Overview, Logs, Monitoring, and Whitelist IP.


Stop a container

Stopping a container releases the GPU instance and stops GPU billing. Persistent disk data is retained.

  1. Open the container detail page.
  2. Click Stop in the top-right action area.
  3. Confirm in the dialog.

The container status changes to Stopped. GPU billing stops at this point. Persistent disk is still billed at a lower rate.

note

Stopping terminates all running processes. Save your work before stopping.


Start a stopped container

  1. Open the container detail page for a Stopped container.
  2. Click Start.

The status changes to Running. Billing resumes.


Delete a container

Deleting a container permanently removes it and its persistent storage. This action cannot be undone.

  1. Open the container detail page.
  2. Click Delete in the top-right action area.
  3. Read the confirmation and click Delete.

Delete container confirmation dialog

warning

All persistent disk data is permanently deleted. This cannot be undone.


View logs

  1. Open the container detail page.
  2. Click the Logs tab.
  3. Use the log type selector to switch between Container logs.
  4. Click the download icon to download the log file.

View monitoring

  1. Open the container detail page.
  2. Click the Monitoring tab.
  3. Use the time range selector to choose Last 12 hours or Last 24 hours.

Manage IP whitelist

The Whitelist IP tab lets you control which IP addresses can connect to exposed ports on the container.

  1. Click the Whitelist IP tab.
  2. Click Add rule to add a new whitelist rule.
  3. Fill in the protocol, port, source IP range, and description.
  4. Click Save.

What's next