Deploy
deployQueue a redeployment to rebuild and restart applications or services by resource UUID/name or Coolify tag. Use force to bypass Docker cache; returns deployment UUIDs for progress tracking.
Instructions
Queue a (re)deployment — rebuilds and restarts. Target either resource (application/service uuid or name; comma-separate several) or tag (every resource with that Coolify tag). force: true rebuilds without cache. Returns deployment uuids; follow progress with get_deployment. Needs the token's deploy permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Coolify tag name(s), comma separated. Mutually exclusive with resource. | |
| force | No | Force rebuild without Docker cache. | |
| resource | No | Application or service uuid/name; several separated by commas. |