rack resources update

Update the configurable options for an existing Rack Resource. Depending on the option changed, the Resource may be recreated, which can cause brief downtime and a new connection URL.

Syntax

$ convox rack resources update <name> [Option=Value]...

Flags

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

Example Usage

$ convox rack resources update shared-postgres Storage=50 --wait
Updating resource... OK

See Also