Skip to main content
Use metadata commands when you need to understand the contents of a persistent volume without launching a machine.

List Directories

Direct volume paths are rooted at / and do not use machine cwd.

Inspect A Path

info and stat both return metadata JSON. get_info() is an SDK alias for info().

Check Existence

The CLI exits with status 0 when the path exists and 1 when it does not.

Create Directories

Search Names And Contents

find searches file contents. search matches file names.

Watch Changes

Volume watch is not a plain REST call: it streams change events over the volume data plane rather than a single request/response endpoint, so there is no curl equivalent. Watches stream JSON events. In multi-host deployments, clients should treat resync_required as a signal to list or stat the watched tree again.