---
title: AI Accelerator
summary: These endpoints allow you to enable, disable, and check the enablement status of the AI Accelerator product on your customer account.
url: https://www.fastly.com/documentation/reference/api/products/ai_accelerator
---

These endpoints allow you to enable, disable, and check the enablement status of the AI Accelerator product on your customer account.

## Data model

| Field | Type | Description |
|-------|------|-------------|
| `_links` | object |  |
| `customer` | object |  |
| `product` | object |  |

## API endpoints

### Get product enablement status

**GET** `/enabled-products/v1/ai_accelerator`

Get the enablement status of the AI Accelerator product.

### Enable product

**PUT** `/enabled-products/v1/ai_accelerator`

Enable the AI Accelerator product.

### Disable product

**DELETE** `/enabled-products/v1/ai_accelerator`

Disable the AI Accelerator product.

