# Hardware Acceleration GPU button is missing

{% hint style="info" %}
**Affected versions:** 2.15.0 and above

**Fixed in:** Upcoming release
{% endhint %}

#### Issue Description

After upgrading a Portainer installation from 2.14.2 to a newer version, the Hardware Acceleration GPU button is missing.

#### Cause

This issue is the result of a bug in the upgrade process of Portainer where a value is set incorrectly.

#### Workaround

You can manually resolve this issue in your configuration through the Portainer API by setting the Gpus option to the correct value of \[].  Here is an example API command:

```
http --verify=no PUT https://localhost:9443/api/endpoints/1 X-API-Key:my-api-key Gpus:='[]'
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.portainer.io/2.33-lts/faqs/known-issues/hardware-acceleration-gpu-button-is-missing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
