> ## Documentation Index
> Fetch the complete documentation index at: https://docs.machina.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# deploy

> Manage your project Client API deployment: start, status, restart.

Manage your project's Client API deployment.

## Usage

```bash theme={null}
machina deploy start                   # deploy the Client API
machina deploy status                  # check deployment status
machina deploy restart                 # restart the deployment
```

## Subcommands

| Command          | Description             |
| ---------------- | ----------------------- |
| `deploy start`   | Deploy the Client API   |
| `deploy status`  | Check deployment status |
| `deploy restart` | Restart the deployment  |

<Tip>
  `machina project status` shows the same deployment state from the project's perspective.
</Tip>
