{
  "topic": "errors.SEARCH_JOB_ALREADY_TERMINAL",
  "path": [
    "errors",
    "SEARCH_JOB_ALREADY_TERMINAL"
  ],
  "title": "SEARCH_JOB_ALREADY_TERMINAL — search job has already completed or failed",
  "synopsis": "Search jobs are long-running asynchronous operations. Once a job reaches a terminal state it cannot be cancelled, resumed, or otherwise modified. This error is returned when such an operation is attempted on a finished job.",
  "body": "# errors.SEARCH_JOB_ALREADY_TERMINAL\n\n## NAME\n\nSEARCH_JOB_ALREADY_TERMINAL — an operation was attempted on a search job that has already reached a terminal state (completed, failed, or cancelled).\n\n## SYNOPSIS\n\nHTTP: `409` `Conflict`. Retryable: `no`.\n\n## DESCRIPTION\n\nSearch jobs are long-running asynchronous operations. Once a job reaches a terminal state it cannot be cancelled, resumed, or otherwise modified. This error is returned when such an operation is attempted on a finished job.\n\nNot retryable on the same job. Results from a successfully completed job remain available for retrieval.\n\n## SEE ALSO\n\n- errors\n- errors.SEARCH_JOB_NOT_FOUND\n- errors.SEARCH_SHARD_TIMEOUT\n",
  "sections": [
    {
      "name": "NAME",
      "body": "SEARCH_JOB_ALREADY_TERMINAL — an operation was attempted on a search job that has already reached a terminal state (completed, failed, or cancelled)."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `409` `Conflict`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "Search jobs are long-running asynchronous operations. Once a job reaches a terminal state it cannot be cancelled, resumed, or otherwise modified. This error is returned when such an operation is attempted on a finished job.\n\nNot retryable on the same job. Results from a successfully completed job remain available for retrieval."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.SEARCH_JOB_NOT_FOUND\n- errors.SEARCH_SHARD_TIMEOUT"
    }
  ],
  "see_also": [
    "errors",
    "errors.SEARCH_JOB_NOT_FOUND",
    "errors.SEARCH_SHARD_TIMEOUT"
  ],
  "stability": "stable",
  "actions": []
}
