Skip to main content
POST
/
volumes
/
{volume_id}
/
locks
Acquire Volume Lock
curl --request POST \
  --url https://api.declaw.ai/volumes/{volume_id}/locks \
  --header 'X-API-Key: <api-key>'
Advisory coordination lease so cooperating writers can serialize edits to a path. Advisory only — it does not block I/O. Returns 409 if already held.