For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append .md to any kestra.io/docs/* URL for plain Markdown.

The resource is locked against the operation you attempted.

  • HTTP status423 Locked
  • typehttps://kestra.io/docs/api-reference/problems/locked

When you get it

  • An endpoint answers 423 because the resource is held against the operation requested.

Example response

A response reporting this problem:

{
"type": "https://kestra.io/docs/api-reference/problems/locked",
"title": "Resource is locked",
"status": 423,
"detail": "Resource is locked",
"instance": "/api/v1/main/flows"
}

How to handle it

Retry once the lock clears. On Cloud and Enterprise instances, a resource held by another user’s lease reports resource-leased instead, whose detail names the holder and the expiry.

For the members every problem document carries, see Problem Details.

Was this page helpful?