KasyKasy

kasy remove

Remove features you no longer use.

Implementation

Via MCP: ask your assistant "remove ads from my project". It runs remove_feature for you. See Kasy MCP.

  1. Commit the project first, just in case.

  2. Run the command for the feature you want to remove:

    kasy remove ads
    kasy remove revenuecat

    The CLI removes code, dependencies, and related config entries.

  3. Confirm what's still on:

    kasy add --list

    Via MCP: "what's still on in the project?" (list_features).

Requires a license. Doesn't undo data already written to the backend (e.g., users in Firestore).

Last updated on 08/02/2026

On this page