Multibox box manager API
Multibox box life cycle RPC methods
Last updated
Was this helpful?
Multibox box life cycle RPC methods
Last updated
Was this helpful?
Multibox box manager API uses Aidbox JSON .
multibox/fhir-versions
List FHIR versions supported by the server. One of these values must be used in multibox/create-box
.
multibox/create-box
Create a new box for the current user.
id
(required): id of the box to create. Must match /[a-z][a-z0-9]{4,}/
fhirVersion
(required): FHIR version. Value must be from the multibox/versions
response.
description
: description of the box to create.
env
: object with environment variables in lower-kebab-case
(not in UPPER_SNAKE_CASE
).
multibox/list-boxes
List boxes available for the current user.
Expects no parameters
multibox/get-box
Get box information.
id
(required): id of the box
multibox/delete-box
This operation will drop the box database. Can not be undone!
Delete a box
id
(required): id of the box
multibox/drop-box-caches
Drop cache in every box
expects no parameters.