ReferenceAsk
Remy Reference/admin/Hibernate a resource
?

Hibernate a resource

Drops an idle resource to a holding price, keeping nothing resident.
admin.infra.hibernate({ id })

Puts a resource to sleep: its instance is torn down and it drops to a much lower holding price, since its sources' documents live in the platform's own store regardless. Searches against those sources fall back to shared serving until you resume. Use it for a resource you need to keep but are not using.

Parameters
id
string
RequiredResource id (positional).
--wait
flag
Block until hibernation completes.
CLI
remy-admin infra hibernate res_abc123 --wait