Update Service
update_serviceUpdate an existing service's configuration by providing only the fields to change. Use get_service to view current values first. Environment variables are not managed here; use the Partiri CLI instead.
Instructions
Update an existing service configuration. Only include fields you want to change. Use get_service to see current values first. Environment variables are NOT managed here — use the partiri CLI (see use_partiri_cli).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Service name (max 16 characters) | |
| fkPod | No | Compute pod UUID to change the service to | |
| runtime | No | Application runtime | |
| fkRegion | No | Region UUID to move the service to | |
| rootPath | No | Application root path | |
| buildPath | No | Build output path | |
| serviceId | Yes | The service UUID | |
| deployType | No | Deployment type | |
| runCommand | No | Run command | |
| registryUrl | No | Full container image reference (e.g. `ghcr.io/owner/image:tag`). The API splits host, repository, and tag server-side. | |
| buildCommand | No | Build command | |
| repositoryUrl | No | Git repository URL | |
| fkServiceSecret | No | Repository or registry secret UUID | |
| healthCheckPath | No | Health check endpoint path | |
| maintenanceMode | No | Enable/disable maintenance mode | |
| preDeployCommand | No | Pre-deploy command | |
| repositoryBranch | No | Git branch |