Push your app to inference.sh.
Deploy
bash
1infsh app deployWhat happens
- Validation — Checks your code
- Dependencies — Installs packages locally
- Packaging — Bundles everything
- Upload — Sends to inference.sh
- Registration — Makes it available
Output
code
1┌──────────────────────────────────────┐2│ deployment summary │3├──────────────────────────────────────┤4│ │5│ final status: success │6│ duration: 45s │7│ app: my-app │8│ link: https://app.inference.sh/... │9│ │10└──────────────────────────────────────┘View your app
After deploy:
- Find it in the Grid
- Run it from the workspace
- Add it to agents
Update
Make changes, then deploy again:
bash
1infsh app deployNew version is created.
List your apps
bash
1infsh app ls2infsh app ls -l # Detailed listNext
If you want programmatic access: