Restart service
restart_serviceRestart a service's containers to apply configuration changes, with an option to pull the latest images first.
Instructions
Restart a service (all its containers), e.g. after changing its env vars. latest: true pulls the latest images first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latest | No | Pull latest images before restarting. | |
| service | Yes | Service uuid, exact name, or unique name substring. |