Unlink a Slate App

You can remove the connection between your project directory and the Slate service by using the steps listed below. This operation will only remove the Slate configuration in your project directory and not in the Catalyst console, if you have already deployed the application.

  1. Execute the following command from the terminal from the app’s project directory:
copy
$
catalyst slate:unlink
  1. Navigate using the arrow keys to choose the application and click Enter to confirm.
slate-unlink
  1. Enter Yes to remove the Slate configuration from your application, its entry in the catalyst.json file and the source code of the application. Enter No to remove only the entry in the catalyst.json file while retaining the source code of your application.
slate-unlink-1

For the same operation, you can also use the below command by directly providing the name of the application:

copy
$
catalyst slate:unlink --name <<app_name>>

Last Updated 2025-05-19 21:35:53 +0530 +0530

ON THIS PAGE