Tsuru service instance remove
tsuru service instance remove¶
Destroys a service instance. It can't remove a service instance that is bound
Synopsis¶
Destroys a service instance. It can't remove a service instance that is bound to an app, so before remove a service instance, make sure there is no apps bound to it (see [[tsuru service-instance-info]] command).
tsuru service instance remove <service-name> <service-instance-name> [-f/--force] [--ignore-errors] [-y/--assume-yes] [flags]
Options¶
-y, --assume-yes Don't ask for confirmation.
-f, --force Forces the removal of a service instance binded to apps.
--ignore-errors Ignore errors returned by service backend.
-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 service instance - Manage provisioned resources (like a database or proxy) that can be linked to an application.