service_update
Modify an existing Docker service by updating its Docker image or adjusting replica count within a DuploCloud tenant.
Instructions
Update an existing service. Provide only the fields to change.
Args: tenant_id: The tenant ID containing the service. name: The service name to update. image: New Docker image (optional). replicas: New replica count (optional).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_id | Yes | ||
| name | Yes | ||
| image | No | ||
| replicas | No |