container_unpause
Resume all processes in a paused container so it continues from where it was frozen. Use for paused containers only; stopped containers require starting.
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.
Returns: dict: The container's full inspect payload after unpause (State.Paused becomes false)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |