Quick reference
Deploy a Pod
- Web
- CLI
- REST API
- Open the Pods page and click Deploy.
- (Optional) Attach a network volume for persistent storage.
- Select GPU or CPU, then configure:
Stop a Pod
Stopping a Pod releases the GPU and preserves data in/workspace (volume disk). Container disk data is cleared.
- Web
- CLI
- REST API
- Open the Pods page and expand your Pod.
- Click the Stop button (square icon) and confirm.
Start a Pod
Resume a stopped Pod. Note: You may be allocated zero GPUs if capacity has changed.- Web
- CLI
- REST API
- Open the Pods page and expand your Pod.
- Click the Start button (play icon).
Update a Pod
Modify an existing Pod’s configuration, such as storage size, image, ports, or environment variables.- Web
- REST API
- Open the Pods page.
- Click the three-dot menu next to the Pod you want to update.
- Click Edit Pod and modify your configuration.
- Click Save to apply changes.
Terminate a Pod
Terminating permanently deletes all data not stored in a network volume. Export important data first.
- Web
- CLI
- REST API
- Open the Pods page and expand your Pod.
- Stop the Pod if running, then click Terminate (trash icon) and confirm.
View logs
Pods provide two log types:- Container logs: Application output (stdout)
- System logs: Pod lifecycle events (startup, shutdown, errors)
Troubleshooting
Need help? Contact support.