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

# devbox services attach

> Attach to a running instance of `devbox services`. This command lets you launch the TUI for process-compose if you started your services in the background with `devbox services up -b`.

Note that terminating the TUI will not stop your backgrounded services. To stop your services, use
`devbox services stop`.

```bash theme={null}
devbox services attach [flags]
```

## Options[​](#options "Direct link to Options")

| Option        | Description                  |
| ------------- | ---------------------------- |
| `-h, --help`  | help for ls                  |
| `-q, --quiet` | Quiet mode: Suppresses logs. |

### SEE ALSO[​](#see-also "Direct link to SEE ALSO")

* [devbox services](/docs/devbox/cli-reference/devbox-services/) - Interact with devbox services

[Edit this page](https://github.com/jetify-com/docs/tree/main/docs/devbox/cli-reference/devbox-services-attach/index.mdx)
