?
Resume a resource
Brings a hibernated resource back online.
admin.infra.resume({ id })
Wakes a hibernated resource, rebuilding its instance and its index from the stored documents. --wait blocks until it is serving again. It is the reverse of hibernate.
Parameters
id
string
RequiredResource id (positional).
--wait
flag
Block until it is serving again.
CLI
remy-admin infra resume res_abc123 --wait