apps cancel
Cancel an in-progress App update and roll back to the last active Release. This is useful when an update is taking too long or you need to revert a problematic change quickly.
Syntax
$ convox apps cancel [app]
Flags
| Flag | Short | Description |
|---|---|---|
--app |
-a |
App name |
--rack |
-r |
Rack name |
--wait |
-w |
Wait for completion |
Example Usage
$ convox apps cancel myapp
Cancelling deployment of myapp...
Rewriting last active release...
OK