pause_container
Temporarily halt all processes in a running container by providing its ID or name. Returns container attributes after the pause.
Instructions
Pause all processes in a container.
args: id_or_name - The container id or name returns: dict - The container's attrs after pause
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |