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 path exists but does not accept the HTTP method used.

  • HTTP status405 Method Not Allowed
  • typehttps://kestra.io/docs/api-reference/problems/method-not-allowed

When you get it

  • A POST is sent to a read-only route, or a GET to a route that only accepts POST.

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?