sue-runpod-docker-cleanup

Diagnose and clean RunPod Docker storage without modifying /workspace data.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dongzhuoyao/deepresearch --skill sue-runpod-docker-cleanup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sue-runpod-docker-cleanup
Source: https://github.com/dongzhuoyao/deepresearch/tree/main/.codex/skills/sue-runpod-docker-cleanup
Command: npx skills add https://github.com/dongzhuoyao/deepresearch --skill sue-runpod-docker-cleanup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RunPod pods often run out of root filesystem or Docker storage space during package installs, image pulls, builds, and long-running experiment sessions, which can break active work and waste paid compute. This skill safely frees up that space without deleting your persistent experiment data stored under /workspace.

Core Features & Use Cases

  • Safe, targeted cleanup: Removes only safe-to-delete items like stopped containers, dangling Docker images, package caches, old logs, and build artifacts, with strict rules that never touch /workspace unless you explicitly request it.
  • Parallel diagnostic scanning: Spawns independent subagents to audit root filesystem usage, Docker storage, and log/cache sizes in one turn to quickly identify all cleanup candidates.
  • Confirmation gates for destructive actions: Requires explicit user approval before pruning Docker volumes, user-created images, or any paths outside the default safe cleanup set.
  • Use case: If your RunPod pod is throwing "no space left on device" errors mid-experiment, use this skill to diagnose the source of disk usage and safely reclaim space without losing your training checkpoints or datasets.

Quick Start

Use the sue-runpod-docker-cleanup skill to diagnose and safely clean up RunPod container root disk pressure without deleting your persistent experiment data.

Frequently Asked Questions about sue-runpod-docker-cleanup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely free up RunPod root disk space without deleting experiment data?

RunPod root disk cleanup resolves 'no space left on device' errors by pruning stopped containers, dangling images, package caches, and build artifacts, strictly preserving persistent experiment data under /workspace.

What is the best way to clear Docker storage pressure on a RunPod pod?

Clearing Docker storage pressure on a RunPod pod involves parallel diagnostic scanning to audit usage, followed by targeted removal of stopped containers and dangling images with explicit confirmation gates for destructive prune operations.

Does RunPod disk cleanup require explicit confirmation before pruning Docker volumes?

Yes, RunPod disk cleanup requires explicit user approval before executing destructive prune operations on Docker volumes, user-created images, or any paths outside the default safe cleanup set to prevent data loss.

Why does my RunPod pod run out of root filesystem space during ML experiments?

RunPod pods run out of root filesystem space during ML experiments because package installs, image pulls, and build artifacts accumulate on the system disk, which this skill diagnoses and cleans without affecting /workspace.

Can I clean up old logs and package caches on RunPod without modifying persistent datasets?

You can clean up old logs and package caches on RunPod without modifying persistent datasets, as the skill targets only safe-to-delete system files and validates pod reachability before executing any remote cleanup commands.