Method not allowed
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.
The path exists but does not accept the HTTP method used.
- HTTP status —
405 Method Not Allowed type—https://kestra.io/docs/api-reference/problems/method-not-allowed
When you get it
- A
POSTis sent to a read-only route, or aGETto a route that only acceptsPOST.
Example response
A response reporting this problem:
{ "type": "https://kestra.io/docs/api-reference/problems/method-not-allowed", "title": "Method not allowed", "status": 405, "detail": "Method not allowed", "instance": "/api/v1/main/flows"}How to handle it
The response carries an Allow header listing the methods that would have worked, as required by RFC 9110.
For the members every problem document carries, see Problem Details.
Was this page helpful?