---
title: "How to Disable or Disconnect Kadence AI"
source: "https://docs.nexcess.com/software/kadence/disable-kadence-ai/"
description: "You may want to disable Kadence AI or disconnect your Kadence Account from a website. In this case, you can use one of the methods below. Not Activating Kadence…"
vertical: "Software"
area: "Kadence"
date: "2024-02-14"
last_modified: "2026-07-02"
---

# How to Disable or Disconnect Kadence AI

You may want to disable Kadence AI or disconnect your Kadence Account from a website. In this case, you can use one of the methods below.

Not Activating Kadence AI

If you wish to disable Kadence AI, you can simply **never** **enable** **it** to begin with. It’s not enabled by default, and enabling it requires that you **connect your site to your Kadence account**. If you never make this Kadence account connection, then AI will not be used on your website.

Editing the WP-Config

If you want to disable **Kadence** **AI** **programmatically**, you can do that by adding this line of code to your **wp-config.php** **file** in your *WordPress main folder*.   
  
Scroll down in the file till you see  
*`/* Add any custom values between this line and the "stop editing" line. *`*  
and then add this:

```
define('KADENCE_BLOCKS_AI_DISABLED', true );
```

Disconnecting Kadence AI

If you have already connected your **Kadence account** and *Kadence AI* on a website and wish to disconnect it, you can do so from the **Dashboard -> Kadence -> Home** page. Here, you can scroll down until you see ***AI access authorized. Disconnect?***. Click on the disconnect link to successfully disconnect your Kadence Account and AI from the WordPress website.

![Disconnect](https://docs.nexcess.com/wp-content/uploads/2026/06/Disconnect.gif)
