Skip to content

Tsuru service instance unbind

tsuru service instance unbind

Unbinds an application or job from a service instance. After unbinding, the instance

Synopsis

Unbinds an application or job from a service instance. After unbinding, the instance will not be available anymore. For example, when unbinding an application from a MySQL service, the application would lose access to the database.

tsuru service instance unbind <service-name> <service-instance-name> [-a/--app appname] [-j/--job jobname] [--no-restart] [--force] [flags]

Options

  -a, --app string   The name of the app.
  -j, --job string   The name of the job.
      --no-restart   Unbinds an application from a service instance without restarting the application. Does not apply to jobs
      --force        Forces the unbind even if the unbind API call to the service fails
  -h, --help         help for unbind

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.
Auto generated by spf13/cobra on 16-Jan-2026