Restart Ploi Docker container
ploi_restart_containerRestart a Docker container by queuing a shutdown followed by startup on Ploi. Provide server and container IDs, with optional docker-compose flags.
Instructions
Queue a Docker container shutdown followed by startup using Ploi's documented down/up endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| up_flags | No | Additional docker-compose flags. | |
| server_id | Yes | Ploi server ID. | |
| down_flags | No | Additional docker-compose flags. | |
| container_id | Yes | Ploi Docker container ID. |