compose_unpause
Resume paused processes in a Docker Compose project by unpausing containers. Targets all or specified services, with options for project directory, files, or name.
Instructions
Unpause the containers of a compose project (resumes paused processes).
args:
services - Restrict to these services (default: all)
project_dir - Dir with the compose file (default: server cwd)
files - Explicit compose file paths (repeatable, -f)
project_name - Compose project name override
returns: dict - {"returncode": int, "stdout": str, "stderr": str, "truncated": bool}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | ||
| services | No | ||
| project_dir | No | ||
| project_name | No |