💾Volumes
Learn how to find, list and eject mounted volumes.
Get One Volume
wranglebot.query.volumes.one(uuid).fetch();Eject One Volume
await wranglebot.query.volumes.one(uuid).eject();Get All Volumes
await wranglebot.query.volumes.many().fetch();Last updated
Was this helpful?