Infrastructure/Agents
POSTAgentSince 1.0SynchronousAuth Required
ForceReleaseLock
Force release a lock on an agent without requiring the lock token, for admin use
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
agentIdStringRequiredUUID of the agent whose lock to force release
Responses
Endpoint
POST/api/v1/agents/locks/{agentId}/force-release
/api/v1/agents/locks/{agentId}/force-release
Request Example
curl -X POST '{host}/api/v1/agents/locks/{agentId}/force-release' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{}Change History
This API has no change history records yet.
