Pre-publish checklist
Before runningmodel publish, confirm:
- Model is registered (
model register) - Weights are uploaded and status is
completedfor your target version - Docker image is pushed to your container registry
- Model runs successfully in local Docker (see Local Testing)
Publish
What happens after publishing
- Provisioning - Reactor allocates GPU nodes and pulls your Docker image and weights.
- Startup - Your model container starts and runs
load(). - Live - Once healthy, your model is routed and ready to accept client sessions.
Check deployment status
| Status | Meaning |
|---|---|
| registered | Model is registered but not yet published |
| deploying | Image and weights are being pulled to GPU nodes |
| starting | Container is running, model is loading |
| live | Running in production, accepting sessions |
| failed | Deployment failed. Check logs with reactor model logs. |