Resource is leased
For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append.mdto anykestra.io/docs/*URL for plain Markdown.
Someone else holds an edit lease on the resource, so it cannot be changed or deleted yet.
- HTTP status —
423 Locked type—https://kestra.io/docs/api-reference/problems/resource-leased
When you get it
- A resource another user has open is edited or deleted.
- A lease is acquired on a resource that is already leased.
Example response
A response reporting this problem:
{ "type": "https://kestra.io/docs/api-reference/problems/resource-leased", "title": "Resource is leased", "status": 423, "detail": "Lease on 'ASSET'.'my-asset' is held until 2026-09-08T14:32:10Z by USER 'alice@example.com'.", "instance": "/api/v1/main/assets/my-asset"}How to handle it
The detail names the current holder and when the lease expires, so a client can show who to ask and when to retry. This is the Cloud and Enterprise counterpart of locked.
For the members every problem document carries, see Problem Details.
Was this page helpful?