> For the complete documentation index, see [llms.txt](https://1nodeio.gitbook.io/1node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1nodeio.gitbook.io/1node/1node-cli/1node-deploy.md).

# 1node deploy

Usage

```
1node deploy --provider <provider> --job <path>
```

| Option       | Description                                                |
| ------------ | ---------------------------------------------------------- |
| `--provider` | Target provider ( `akash` , `aethir` , `flux` , `io.net` ) |
| `--job`      | Path to job JSON or SDL file                               |

Example

```
1node deploy --provider akash --job job.json
```

Sample Response

| Field       | Value                       |
| ----------- | --------------------------- |
| Lease ID    | `akash1xyz...`              |
| Provider    | `akash1abc...`              |
| Status      | `active`                    |
| Deployed At | `2025-06-10T18:00:00+05:30` |
