For the complete documentation index, see llms.txt. This page is also available as Markdown.

Api

NAME:
   singularity run api - Run the singularity API

USAGE:
   singularity run api [command options]

OPTIONS:
   --no-automigrate  skip automatic database migration and correctness checks on startup; only use if you run 'admin init' on every upgrade or manually before starting daemons (default: false)
   --bind value      Bind address for the API server. The API is unauthenticated and operator-only -- bind beyond loopback only behind an authenticating proxy. (default: "127.0.0.1:9090")
   --help, -h        show help

Last updated

Was this helpful?