This screen shows the records of model versions deployed to targets (field devices and so on). Each deployment goes through the steps build → push → pull → health → activate in order, and the screen shows the result of each step, the health checks and the logs. Every member can view; new deployments need deploy (OPERATOR, ADMIN) and rollback needs rollback (ADMIN).

Deployment list

Deployments — ① status filter ② new deployment ③ deployment history (opens detail)
#AreaDescription
Status filterFilter by status.
New deployment (새 배포)Opens the deployment dialog (deploy).
DeploymentModel and version, target, strategy, status, time. Click to open the detail.

Deployment detail

Deployment detail — ① deployment info ② Roll back ③ steps ④ health checks ⑤ logs
#AreaDescription
Deployment info (배포 정보)Strategy, target, previous version, start, end. Errors are shown in red. Click the model version in the title to open the model version detail.
Roll back (롤백)Rollback confirmation dialog (rollback, ADMIN). Disabled on a deployment that is already rolled back.
Progress steps (진행 단계)Result and duration of the Build · Push · Pull · Health · Activate steps.
Health check (헬스 체크)Post-deployment check results (for example inference_smoke: PASS).
LogsPer-step logs and Download (다운로드). Visible only with the operate permission.

Main tasks

New deployment

  1. Press New deployment (새 배포).
  2. Set the model name (모델 이름), version (버전) (for example 3), target device ID (대상 디바이스 ID) (optional) and deployment strategy (배포 전략) (Rolling · Blue-Green · Canary), then press Deploy (배포).
    New deployment — model name, version, target device and strategy
  3. Once started, you move to the deployment detail, which shows the step progress.

Rollback

  1. On the deployment detail, press Roll back (롤백).
  2. In the confirmation dialog, press Run rollback (롤백 실행). It takes effect immediately.
    Rollback confirmation — takes effect immediately when you press Run rollback

Statuses and badges

Deployment status is shown in English as is.

ValueColorMeaning
IN_PROGRESSBlueGoing through the steps
ACTIVEGreenPassed all steps and activated
FAILEDRedFailed at some step — check the progress steps and logs
ROLLED_BACKYellowRolled back. The reason is kept in the error field of the deployment info (manual rollback for a manual rollback).

Step statuses are RUNNING · SUCCEEDED · FAILED.

Written for the platform as of 2026-09-21.

© Geo-MLOps