container_start
Start a stopped Docker container by ID or name, resuming it without recreation. For already-running containers, no action is taken.
Instructions
Start an existing stopped container.
Use this to restart a container that was previously created or stopped without removing it.
To create and start a new container in one step use container_run instead. Calling on
an already-running container has no effect (the daemon returns 304 and no error is
raised). To stop then start a running container use container_restart.
Args: id_or_name: Container id (full or short) or name
Returns: dict: The container's full inspect payload after starting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |