VPS_updateProjectV1
Pull the latest Docker Compose image versions and recreate containers with updated configurations while preserving data volumes.
Instructions
Updates a Docker Compose project by pulling the latest image versions and recreating containers with new configurations.
This operation preserves data volumes while applying changes from the compose file.
Use this to deploy application updates, apply configuration changes, or refresh container images to their latest versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| virtualMachineId | Yes | Virtual Machine ID | |
| projectName | Yes | Docker Compose project name using alphanumeric characters, dashes, and underscores only |