[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-10 UTC."],[[["\u003cp\u003eThis API endpoint \u003ccode\u003eprojects.locations.processors.disable\u003c/code\u003e is used to disable a specified processor.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method is \u003ccode\u003ePOST\u003c/code\u003e to the defined endpoint with the processor's name in the URL path.\u003c/p\u003e\n"],["\u003cp\u003eThe processor's name must follow the format \u003ccode\u003eprojects/{project}/locations/{location}/processors/{processor}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDisabling a processor requires \u003ccode\u003edocumentai.processors.update\u003c/code\u003e IAM permission on the target processor resource.\u003c/p\u003e\n"],["\u003cp\u003eA successful request returns an \u003ccode\u003eOperation\u003c/code\u003e instance in the response body, and requires \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e authorization scope.\u003c/p\u003e\n"]]],[],null,["# Method: processors.disable\n\n**Full name**: projects.locations.processors.disable\n\nDisables a processor\n\n### HTTP request\n\n`POST https://{endpoint}/v1beta3/{name}:disable`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/document-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/document-ai/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `documentai.processors.update`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]