Skip to main content
uniac deploy
Builds the container image for the current Uniac System, pushes it to the platform registry, and registers a new deployment version. Requires a .uniac/deploy.json written by uniac link. On success, the CLI prints the deployed URL:
Deployed: https://ab12cd.svc.uniac.ai
The endpoint-id is stable across redeploys of the same Service.

Flags

FlagBehavior
--dry-runShow the deployment plan and exit without pushing or registering.
--devDeploy against the local dev stack (uses .uniac/deploy.dev.json).
--dev=<slug>Same as --dev, but targets a specific named dev stack.
There is no --rollback flag. To revert, use the dashboard or the Platform API to change which version is desired.