update_service
Update a Docker Swarm service by providing its ID and the fields to modify.
Instructions
Update a swarm service's configuration.
args: service_id - The service id or name updates - Fields to update on the service returns: bool - True after the update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | ||
| service_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |