title = "Delete Applications" template = "functions_main" date = "2025-01-16T00:22:56Z" enable_shortcodes = true
It’s easy to delete an Spin application from Fermyon Wasm Functions. This can be done in just a few steps using the aka plugin for spin CLI.
First, you may want to find the application you want to delete, you could use the spin aka apps list command to retrieve a list of all Spin applications deployed to your Fermyon Wasm Functions account:
$ spin aka apps listhello-fermyon-wasm-functions
validate-jwt-tokens
query-external-databaseUse the spin aka apps delete command to delete a particular Spin application from your Fermyon Wasm Functions account:
$ spin aka apps delete --name validate-jwt-tokensThe spin aka apps command, will ask you to confirm deleting the application of choice. Once confirmed, the application will be removed from your Fermyon Wasm Functions account.
Are you sure you want to delete the app 'validate-jwt-tokens' (21077e3b-d632-4df3-921f-f7ebefb9aaca)? yes
Deleted app successfully.That’s all about deleting your Spin Application from Fermyon Wasm Functions!
- Make sure to check the FAQ and Known Limitations article