Status, logs & usage
Understand the service state, investigate a build, and account for the work processed.
Inspect the application
Status reports the application’s placement and residency information. Use it to distinguish a ready but idle model from a deployment that has not finished or cannot be placed.
infimal apps status asr-emotion-checkpoint4200Read build logs
Read recent logs when imports, model loading, or snapshot capture fails. Increase --limit for context or use --build to select a known build ID. Avoid emitting request secrets or credentials into model logs.
infimal apps logs asr-emotion-checkpoint4200 --limit 100
infimal apps logs asr-emotion-checkpoint4200 --build BUILD_ID --limit 100Inspect published snapshots
Snapshot output shows published artifacts and restore information returned by your environment. Check that the artifact corresponds to the intended setup code after a rebuild.
infimal apps snapshots asr-emotion-checkpoint4200Inspect metered work
Usage can be limited to a time window and grouped by model. Prefer JSON output for automation instead of parsing aligned terminal tables.
infimal usage show --since 1h --json
infimal usage show --since 30d --json