status llmapp
The status llmapp
command displays the status of an LLM application job. If the job is RUNNING, the output of this command will display URLs to which inference requests may be sent. The base URL supports a REST API that lists LLM applications that are currently being served. The endpoint URL supports a REST API for LLM application chat requests.
Syntax
Parameters
Parameter
Description
<llmapp name>
The name of the LLM application
Output Fields
Output Field
Description
status
The status of the job, which is one of the following: - STARTED: The job has just started. - RUNNING: The job is running normally. - STOPPED: The job was stopped by the user. - COMPLETED: The job ran to completion. - FAILED: The job failed.