Delete Applications
- Sign in to Fermyon Wasm Functions
- Find the Application You Want to Delete
- Delete Your Application
- Next Steps
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.
Find the Application You Want to Delete
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 list
hello-fermyon-wasm-functions
validate-jwt-tokens
query-external-database
Delete Your Application
Use the spin aka apps delete
command to delete a particular Spin application from your Fermyon Wasm Functions account:
$ spin aka apps delete --app validate-jwt-tokens
The 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!
Next Steps
- Make sure to check the FAQ and Known Limitations article