Destroy a resource
Returns a resource for good; refused while any data source is still on it.
admin.infra.destroy({ id })
Returns a resource and stops its billing. It is refused while any data source is still placed on it, so move or drop those first. Destruction is final; the resource cannot be resumed.
Parameters
id
string
RequiredResource id (positional).
--wait
flag
Block until it is destroyed.
CLI
remy-admin infra destroy res_abc123 --wait