Skip to main content

Modifying a Deployment

Removing a Deployment

If you want to stop and remove all resources made by a Pulumi deployment, run:

yarn destroy

Upgrading a Deployment

Running a rolling update to an existing Pulumi deployment just requires you to run the up command again. Pulumi will determine the necessary differences and apply the update.

yarn up