update_service
Modify a service's name, description, or Docker Compose configuration by providing its UUID.
Instructions
Update a service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Service UUID | |
| name | No | Service name | |
| description | No | Service description | |
| docker_compose_raw | No | Docker Compose raw content (base64 encoded) |