ReferenceAsk
Remy Reference/admin/Provision a resource
?

Provision a resource

Leases a dedicated retrieval resource at a chosen size.
admin.infra.provision({ offering, name?, wait? })

Leases a new dedicated resource at one of the catalog sizes, billed by the hour from the moment it is active. It starts empty; move a corpus onto it with datasources move. --wait blocks until the instance is serving.

Parameters
--offering
id
RequiredSize to lease, from infra list.
--name
string
Display name for the resource.
--wait
flag
Block until the instance is serving.
CLI
remy-admin infra provision --offering small --name 'Search primary' --wait