Detach Filesystem
Detach the filesystem mounted at a guest path from a running sandbox. Returns 200 OK once the removal is persisted; the unmount applies asynchronously on the live sandbox.
- This path accepts either the sandbox ID or the sandbox name.
200 OKmeans the removal is persisted; the unmount applies asynchronously on the live sandbox moments later.- Tensorlake returns
404 Not Foundwhen no filesystem is mounted at the given path. - Tensorlake returns
409 Conflictwhen the sandbox is not running.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The sandbox ID or sandbox name.
Body
Absolute guest mount path of the filesystem to detach.
Response
Filesystem detach accepted and persisted; the returned sandbox no longer lists the file_systems entry
pending, running, snapshotting, suspending, suspended, terminated Milliseconds since Unix epoch.
Whether sandbox ingress may route requests without auth validation.
Present when status is pending.
Platform-specific termination outcome string returned for completed sandboxes.
Typed reason the sandbox terminated (e.g. FileSystemNotFound, ImageNotFound). Present on failed terminations.
Human-readable detail accompanying termination_reason.
Canonical server-provided base for sandbox-specific ingress.
Sandbox-specific management URL derived from ingress_endpoint.
Additional routable ingress ports. When null, only the management port 9501 is routable.
1 <= x <= 65535Filesystems currently mounted into the sandbox.