mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
900 B
900 B
Read this on the main serverless docs site
Knative - Remove
The serverless remove command will remove the deployed service, defined in your current working directory, from the provider.
serverless remove
Options
--stageor-sThe name of the stage in service,devby default.
Examples
Removal of service in a specific stage
serverless remove --stage dev
This example will remove the deployed service of your current working directory with the stage dev.