# start

## Usage

```bash
bdy sandbox app start [options] <identifier> <app-id>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `identifier` | Sandbox identifier (required) |
| `app-id` | App ID (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-w, --workspace <domain>` | Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE |
| `-p, --project <name>` | Project name. Can be set via variable: BUDDY_PROJECT |
| `-h, --help` | display help for command |

## Examples

### Start sandbox app

```bash
bdy sb app start sandbox-identifier app-id
```


---
Original source: https://buddy.works/docs/cli/sandbox/app/start