Tsuru service instance update
tsuru service instance update¶
Updates a service instance.
Synopsis¶
Updates a service instance.
The --team-owner (or -t) parameter updates the team owner of a service instance.
The --description (or -d) parameter sets a description for your service instance.
The --plan (or -p) parameter updates the service instance plan.
The --tag (or -g) parameter adds a tag to your service instance. This parameter may be used multiple times.
The --remove-tag removes a tag. This parameter may be used multiple times.
The --add-param (or --plan-param) adds a parameter in the service instance. This parameter may be used multiple times.
The --remove-param removes a parameter. This parameter may be used multiple times.
tsuru service instance update <service-name> <service-instance-name> [-t/--team-owner team] [-d/--description description] [-p/--plan plan] [-g/--tag tag]... [--remove-tag tag]... [--add-param key=value]... [--remove-param key]... [flags]
Options¶
-t, --team string service instance team owner
-d, --description string service instance description
-p, --plan string service instance plan
-g, --tag string service instance tag
--remove-tag string tag to be removed from instance tags
--plan-param key=value parameter to be added/updated in instance parameters
--add-param key=value parameter to be added/updated in instance parameters
--remove-param string parameter key to be removed from instance parameters
-h, --help help for update
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.