Skip to content

Commit 63c0c4d

Browse files
Update docs/tutorials/updating-your-services.md
Co-authored-by: Jordan Stephens <[email protected]>
1 parent 909272c commit 63c0c4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/tutorials/updating-your-services.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ The default deployment mode is `development`. This is the In this mode, the exis
3232

3333
If you are running in `production` mode, the update will be done with zero downtime. Your current version of the service will keep running and handling traffic while the new version is being built and deployed. Only after the new version passes the health checks and accepts traffic will the older version be stopped.
3434

35-
To delete a production app, use `defang compose down`. In some cases, particularly on the AWS platform, additional actions to be required. Specifically load balancers may have Detetion Protection on. To turn this off in the AWS Console for EC2 Load Balancers, follow these steps:
35+
## Deleting your Application
36+
37+
To delete your app, use `defang compose down` in your compose file working directory, or use the `--project-name` flag.
38+
39+
In some cases, particularly on the AWS platform, additional actions may be required. Specifically load balancers may have Deletion Protection on. To turn this off in the AWS Console for EC2 Load Balancers, follow these steps:
3640

3741
1. Select the load balancer corresponding to the app’s name.
3842
2. Go to the Attributes tab.

0 commit comments

Comments
 (0)