Tsuru app remove
tsuru app remove¶
Removes an application. If the app is bound to any service instance, all binds
Synopsis¶
Removes an application. If the app is bound to any service instance, all binds will be removed before the app gets deleted (see [[tsuru service-unbind]]).
You need to be a member of a team that has access to the app to be able to remove it (you are able to remove any app that you see in [[tsuru app list]]).
tsuru app remove [-a/--app appname] [-y/--assume-yes] [flags]
Options¶
-a, --app string The name of the app.
-y, --assume-yes Don't ask for confirmation.
-h, --help help for remove
Options inherited from parent commands¶
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru app - App is a program source code running on Tsuru.