> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/model-serving-commands/prediction-commands/status-prediction.md).

# status prediction

The `status prediction` command displays the status of a prediction deployment. If the deployment is RUNNING, the output of this command will display the URL to which prediction requests may be sent.

## Syntax

```
start prediction <prediction name>
```

## Parameters

| Parameter           | Description                           |
| ------------------- | ------------------------------------- |
| `<prediction name>` | The name of the prediction deployment |

## Output Fields

| Output Field | Description                                                                                                                                                                                                                                                            |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `status`     | <p>The status of the job, which is one of the following:<br>- STARTED: The job has just started.<br>- RUNNING: The job is running normally.<br>- STOPPED: The job was stopped by the user.<br>- COMPLETED: The job ran to completion.<br>- FAILED: The job failed.</p> |

## Example

```
status prediction trip_ml_deploy_2
```
