Docs/Run

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.

Terminal / reference
infimal apps status asr-emotion-checkpoint4200

Read 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.

Terminal / reference
infimal apps logs asr-emotion-checkpoint4200 --limit 100
infimal apps logs asr-emotion-checkpoint4200 --build BUILD_ID --limit 100

Inspect 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.

Terminal / reference
infimal apps snapshots asr-emotion-checkpoint4200

Inspect 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.

Terminal / reference
infimal usage show --since 1h --json
infimal usage show --since 30d --json