ReleaseLock
Release a held lock on an agent using the lock token for authorization
DELETE
/api/v1/agents/locks/{agentId}Operation ID
ReleaseLockSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Path Parameters
agentIdStringRequiredUUID of the agent whose lock to release
Query Parameters
lockTokenStringToken proving ownership of the lock being released Token proving ownership of the lock being released
Responses
200 OKDELETE endpoints return an empty object on success, or a standard error structure on failure.
Success Response
{}Error Response
{
"error": {
"code": "SYS.1001",
"description": "A message or a operation timeout",
"details": "Delete resource timeout after 300s"
}
}