container_unpause
Resume all processes in a paused container. Fails if the container is stopped; use start instead.
Instructions
Resume all processes in a paused container (the reverse of container_pause).
Only valid on a paused container — it fails if the container is merely stopped; use
container_start for stopped containers. Processes continue from where they were frozen.
args: id_or_name - The container id or name returns: dict - The container's attrs after unpause (State.Paused becomes false)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |