ai-services application start
Starts all or specific pods in the application.
Usage
ai-services application start [name] [flags]
Examples
ai-services application start rag-application-1 --runtime podman
ai-services application start rag-application-1 --pod rag-application-1--pod-name --runtime podman
Note: Command supported for runtime podman only.
Flags
| Flag | Description |
|---|---|
-h, --help |
Show help message |
--legacy |
Use legacy application start implementation |
--pod strings |
Specific pod name(s) to start (optional)
Can be specified multiple times: --pod pod1 --pod pod2 Or as comma-separated values: --pod pod1,pod2 |
--skip-logs |
Skip displaying logs after starting the pod |
-y, --yes |
Automatically accept all confirmation prompts (default: false) |