rack resources unlink

Unlink a Rack Resource from an App, removing the Resource's connection URL from the App's environment variables.

Syntax

$ convox rack resources unlink <resource>

Flags

Flag Short Description
--app -a App name
--rack -r Rack name
--wait -w Wait for completion

Example Usage

$ convox rack resources unlink shared-postgres -a myapp --wait
Unlinking from myapp... OK

See Also