> ## Documentation Index
> Fetch the complete documentation index at: https://vastai-80aa3a82-auto-cli-sdk-preview-pr-398.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# vastai show deployments

Display user's current deployments

## Usage

```bash theme={null}
vastai show deployments [OPTIONS]
```

## Options

<ParamField path="--quiet" type="boolean">
  only display numeric ids
</ParamField>

## Description

Shows the user's current deployments.

## Examples

```bash theme={null}
vastai show deployments
    vastai show deployments --raw
    vastai show deployments -q
```

## Global Options

The following options are available for all commands:

| Option          | Description                                           |
| --------------- | ----------------------------------------------------- |
| `--url URL`     | Server REST API URL                                   |
| `--retry N`     | Retry limit                                           |
| `--raw`         | Output machine-readable JSON                          |
| `--explain`     | Verbose explanation of API calls                      |
| `--api-key KEY` | API key (defaults to `~/.config/vastai/vast_api_key`) |
