apps delete

Delete an App and all of its associated resources from the current Rack. The App must be unlocked before it can be deleted. Use convox apps unlock if the App is currently locked.

Syntax

$ convox apps delete <app>

Flags

Flag Short Description
--rack -r Rack name
--wait -w Wait for completion

Example Usage

$ convox apps delete myapp
Deleting myapp... OK

See Also