scratchpad_unlock
Release an active distributed mutex lock by owner ID to unblock queued agents without waiting for TTL expiration. Verifies ownership so third parties cannot release locks.
Instructions
[Free / $0.0000 USDC] Releases an acquired distributed mutex lock immediately.
Verifies owner_id identity so third-party agents cannot release active locks held by others.
Releasing locks cleanly unblocks queued agents without waiting for TTL lease expiration.
Args:
lock_name: Resource identifier of the lock to release.
owner_id: Identifier of the agent that currently holds the lock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | Yes | ||
| lock_name | Yes |