# diagrid dev stop

Terminate one or more local app connections

### Description

Terminate the app connection from 1+ id(s) to your local machine

```
diagrid dev stop [flags]
```

### Examples

```

  # Stop running applications and terminate one or more local app connections using an existing dev config file
  diagrid dev stop -f project-dev.yaml --project my-project

  # Terminate the local app connection for a specific id
  diagrid dev stop --id my-id --project my-project

```

### Options

```
  -f, --file string      Path to config file
  -a, --id string        id
  -p, --project string   Project to use for the dev session
  -h, --help             help for stop
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid dev](./dev.md)	 - Run local code against Catalyst APIs
