

# describe-servers
<a name="describe-servers"></a>

Describe the specified Amazon DCV server.

**Topics**
+ [Synopsis](#synopsis)
+ [Options](#options)
+ [Example](#example)

## Synopsis
<a name="synopsis"></a>

```
describe-servers
[--server-ids {{<value>}}]
[--next-token {{<value>}}]
[--max-results {{<value>}}]
```

## Options
<a name="options"></a>

**`--server-ids`**  
The comma-separated list of IDs of the Amazon DCV servers to describe.  
Type: String  
Required: No

**`--next-token`**  
The token to use to retrieve the next page of results.  
Type: String  
Required: No

**`--max-results`**  
The maximum number of results to be returned by the request in paginated output. If provided, this must be a number between 1 and 1000.  
Type: Integer  
Required: No

## Example
<a name="example"></a>

```
dcvsm describe-servers --server-ids "server123,server456"
```