Last updated on 28th May 2026

Disabling AI Features

DeployHQ includes a number of AI-powered features. If your organisation would prefer not to use them, an account administrator can turn them all off with a single setting. This applies account-wide, to every user and project.

What Gets Disabled

Turning this on disables every AI-powered feature across your account. The AI entry points are removed from the interface for all users, and any background processing that would otherwise use AI is skipped. No account data is sent to an AI service while the setting is on.

Disabling AI Features

You must be an account administrator to change this setting.

  1. Log in to your DeployHQ account.
  2. Select "Settings".
  3. Under "Account & Access", find the "AI Features" section.
  4. Tick "Disable all AI features for this account?" and save.

Once saved, the AI entry points are removed from the interface for all users, and the underlying requests are rejected. To re-enable AI features later, return to the same setting and untick the box.

Via the API

You can also toggle the setting through the Account API. Send a PATCH to /account with ai_features_disabled set to true to disable, or false to re-enable:

PATCH /account
{ "account": { "ai_features_disabled": true } }

The current value is returned by GET /account alongside the rest of the account's settings.

Support

If you have any questions about this setting, please contact our support team at support@deployhq.com.