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

# inference resume

> Resume a stopped inference endpoint

Resumes a stopped Inference Endpoint, making it available to serve requests again.

## Usage

```bash theme={null}
flexai inference resume <inference_endpoint_name> [flags]
```

## Arguments

| Argument                  | Type   | Required | Description                                   |
| ------------------------- | ------ | -------- | --------------------------------------------- |
| `inference_endpoint_name` | string | Yes      | The name of the Inference Endpoint to resume. |

## Flags

| Flag        | Short | Type    | Description                                                        |
| ----------- | ----- | ------- | ------------------------------------------------------------------ |
| `--help`    | `-h`  | boolean | Displays this help page.                                           |
| `--verbose` | `-v`  | boolean | Provides more detailed output when resuming an Inference Endpoint. |
