?
Resize a resource
Moves a resource to another size, passing through hibernation and back.
admin.infra.resize({ id, offering, wait? })
Changes a resource's size to another offering. The resize passes through hibernation and back to the phase it started from, rebuilding the instance at the new capacity. Use it to grow a resource a corpus has outgrown, or to shrink one that is oversized.
Parameters
id
string
RequiredResource id (positional).
--offering
id
RequiredThe size to resize to, from infra list.
--wait
flag
Block until the resize completes.
CLI
remy-admin infra resize res_abc123 --offering medium --wait