Skip to main content
POST
/
sandboxes
/
{sandbox_id}
/
volumes
/
{volume_id}
/
commit
Commit Attached Volume
curl --request POST \
  --url https://api.declaw.ai/sandboxes/{sandbox_id}/volumes/{volume_id}/commit \
  --header 'X-API-Key: <api-key>'
Write-back: snapshots an attached volume’s mount_path subtree into a NEW volume (the source is immutable). Sandbox-scoped — ownership enforced.