Delete an object storage mount
Detach an existing object storage mount from a running sandbox.
Detach an existing object storage mount from a running sandbox.
Authorization
BearerAuth AuthorizationBearer <token>
API key passed as a Bearer token in the Authorization header.
Alternatively, use the leap0-authorization header.
In: header
Path Parameters
sandboxID*string
Unique sandbox identifier.
mountID*string
Unique mount identifier.
Response Body
application/json
application/json
curl -X DELETE "https://api.leap0.dev/v1/sandbox/string/mounts/string"Empty
{ "message": "string"}{ "message": "string"}Update an object storage mount PATCH
Update an existing object storage mount on a running sandbox. Changing `bucket`, `mount_path`, or `read_only` causes the mount to be remounted. Setting `prefix`, `access_key_id`, or `secret_access_key` to an empty string clears that value.
Get sandbox user home directory GET
Returns the resolved home directory for the sandbox user.

