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

# nsc reservation describe

Describes a reservation.

`reservation describe` prints the current state of a capacity reservation,
including whether it is still pending or has been fulfilled. Use it to check
on a reservation you created earlier, before deciding whether to keep
waiting on it (`reservation wait`) or cancel it (`reservation cancel`).

## Usage

```bash theme={null}
nsc reservation describe <reservation_id> [--output <plain|json>]
```

### Example

```bash theme={null}
nsc reservation describe rsv_8f3k2m9p1q
```

## Options

<h3 id="--output--o-format">
  \--output, -o \<format>
</h3>

Output format. One of `plain` or `json`. Default is `plain`.
