Search the documentation
50 pages for disable.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it. Cut at 50, so a narrower query shows the rest.
Or, for the model with the same capabilities and no access approval requirement:
Claude Developer Platform · in the page
about-claude/models/migration-guide
…and no `thinking` configuration is required. Both `thinking: {type: "disabled"}` and manual extended thinking (`thinking: {type: "enabled", budget_tokens: N}`) return a 400 error. * **Prefill:** Pref…
optimizing-for-cost-and-intelligence
Claude Developer Platform · in the page
about-claude/models/optimizing-for-cost-and-intelligence
…match grading, run on Claude Sonnet 5 and Claude Opus 5 with thinking disabled (the in-context arm cannot complete at the default), a 4,000-token output cap, and no prompt caching, three runs per conf…
mcp-connector
Claude Developer Platform · in the page
agents-and-tools/mcp-connector
…create_event": { "enabled": true } } } ``` ### Denylist: disable specific tools Enable all tools by default, then explicitly disable unwanted tools. Denylisting write or destructive tool…
Edit docker-compose.yaml: increment the integer in the setup service's
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/deploy-compose
…n-root with a read-only filesystem, drops all Linux capabilities, and disables privilege escalation. ```bash cat > docker-compose.yaml <<'EOF' services: setup:…
reference
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/reference
…resses the proxy is permitted to connect to. Mutually exclusive with `disable_ip_validation`. | RFC1918 private rang…
troubleshooting
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/troubleshooting
…only ``` <Warning> Avoid `0.0.0.0/0` outside of local testing; it disables SSRF protection entirely. </Warning>
browser-use-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/browser-use-tool
…If Claude names a member your executor doesn't implement, or one you disabled, answer that block with an [error result](https://platform.claude.com/docs/en/agents-and-tools/tool-use/browser-use-tool#…
build-a-tool-using-agent
Claude Developer Platform · in the page
agents-and-tools/tool-use/build-a-tool-using-agent
…ens: 1024, tools: $tools, tool_choice: {type: "auto", disable_parallel_tool_use: true}, messages: [{role: "user", content: $msg}] }')") # When Claude calls a tool, the…
code-execution-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/code-execution-tool
…limit ### Networking and security * **Internet access:** Completely disabled for security * **External connections:** No outbound network requests permitted * **Sandbox isolation:** Full isolation f…
computer-use-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/computer-use-tool
…``` If your agent loop can run only one action per round trip, set `disable_parallel_tool_use` to `true` in `tool_choice`; Claude then returns at most one member `tool_use` block per turn (see [Disa…
overview
Claude Developer Platform · in the page
agents-and-tools/tool-use/overview
…for at most one tool call per turn. tool_choice: {type: "auto", disable_parallel_tool_use: true}, messages: [{role: "user", content: $msg}] }')") TOOL_USE=$(echo "$RESPONSE" | jq '.c…
parallel-tool-use
Claude Developer Platform · in the page
agents-and-tools/tool-use/parallel-tool-use
…and-tools/tool-use/parallel-tool-use description: Enable, format, and disable parallel tool calls, with message-history guidance and troubleshooting. --- By default, Claude may call multiple tools in…
Process results programmatically
Claude Developer Platform · in the page
agents-and-tools/tool-use/programmatic-tool-calling
…ng of a specific tool through `tool_choice` * **Parallel tool use:** `disable_parallel_tool_use: true` is not supported with programmatic calling ### Input schema limitations Custom tools whose `inp…
server-tools
Claude Developer Platform · in the page
agents-and-tools/tool-use/server-tools
…tion internally. To use a `_20260209` or later server tool with ZDR, disable dynamic filtering by setting `"allowed_callers": ["direct"]` on the tool: ```json { "type": "web_search_20260209", "n…
tool-reference
Claude Developer Platform · in the page
agents-and-tools/tool-use/tool-reference
…y other field in a member's value is rejected, as is a `configs` that disables every member (omit the entry instead). * A disabled member is removed from the tools Claude sees. If Claude still names i…
Log at info level
Claude Developer Platform · in the page
agents-and-tools/tool-use/tool-runner
…agents-and-tools/tool-use/parallel-tool-use"> Enable, format, and disable parallel tool calls, with message-history guidance and troubleshooting. </Card> <Card title="Define tools" icon="hamm…
tool-use-with-prompt-caching
Claude Developer Platform · in the page
agents-and-tools/tool-use/tool-use-with-prompt-caching
…| | Changing `disable_parallel_tool_use` | Messages cache…
troubleshooting-tool-use
Claude Developer Platform · in the page
agents-and-tools/tool-use/troubleshooting-tool-use
…claude.com/docs/en/agents-and-tools/tool-use/parallel-tool-use). | | `disable_parallel_tool_use` seems ignored | Set too late in the conversation | Must be set on the request that…
web-fetch-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/web-fetch-tool
…bypass the cache and fetch fresh content. The default is `true`. Only disable caching when the user explicitly requests fresh content or when fetching rapidly changing sources, because bypassing the c…
web-search-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/web-search-tool
…b search is enabled for your organization unless an administrator has disabled it in the [Claude Console](https://platform.claude.com/settings/privacy), where they can also restrict which domains it s…
Beta
Claude Developer Platform · in the page
api/beta
…- `thinking: optional BetaThinkingConfigEnabled or BetaThinkingConfigDisabled or BetaThinkingConfigAdaptive or null` - `BetaThinkingConfigEnabled object` - `type: "enabled"`…
Agents
Claude Developer Platform · in the page
api/beta/agents
…t` Configuration for built-in agent tools. Use this to enable or disable groups of tools available to the agent. - `type: "agent_toolset_20260401"` - `configs: optional array of BetaMan…
Create Agent
Claude Developer Platform · in the page
api/beta/agents/create
…t` Configuration for built-in agent tools. Use this to enable or disable groups of tools available to the agent. - `type: "agent_toolset_20260401"` - `configs: optional array of BetaMan…
Update Agent
Claude Developer Platform · in the page
api/beta/agents/update
…t` Configuration for built-in agent tools. Use this to enable or disable groups of tools available to the agent. - `type: "agent_toolset_20260401"` - `configs: optional array of BetaMan…
Deployment Runs
Claude Developer Platform · in the page
api/beta/deployment_runs
…uman-readable error description. - `BetaManagedAgentsOrganizationDisabledRunError object` The deployment's organization is disabled. - `type: "organization_disabled_error"` -…
List Deployment Runs
Claude Developer Platform · in the page
api/beta/deployment_runs/list
…uman-readable error description. - `BetaManagedAgentsOrganizationDisabledRunError object` The deployment's organization is disabled. - `type: "organization_disabled_error"` -…
Get Deployment Run
Claude Developer Platform · in the page
api/beta/deployment_runs/retrieve
…uman-readable error description. - `BetaManagedAgentsOrganizationDisabledRunError object` The deployment's organization is disabled. - `type: "organization_disabled_error"` -…
Deployments
Claude Developer Platform · in the page
api/beta/deployments
…"workspace_archived_error"` - `BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError object` The deployment's organization is disabled. - `type: "organizatio…
Archive Deployment
Claude Developer Platform · in the page
api/beta/deployments/archive
…"workspace_archived_error"` - `BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError object` The deployment's organization is disabled. - `type: "organizatio…
Create Deployment
Claude Developer Platform · in the page
api/beta/deployments/create
…"workspace_archived_error"` - `BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError object` The deployment's organization is disabled. - `type: "organizatio…
List Deployments
Claude Developer Platform · in the page
api/beta/deployments/list
…"workspace_archived_error"` - `BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError object` The deployment's organization is disabled. - `type: "organizatio…
Pause Deployment
Claude Developer Platform · in the page
api/beta/deployments/pause
…"workspace_archived_error"` - `BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError object` The deployment's organization is disabled. - `type: "organizatio…
Get Deployment
Claude Developer Platform · in the page
api/beta/deployments/retrieve
…"workspace_archived_error"` - `BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError object` The deployment's organization is disabled. - `type: "organizatio…
Run Deployment Now
Claude Developer Platform · in the page
api/beta/deployments/run
…uman-readable error description. - `BetaManagedAgentsOrganizationDisabledRunError object` The deployment's organization is disabled. - `type: "organization_disabled_error"` -…
Unpause Deployment
Claude Developer Platform · in the page
api/beta/deployments/unpause
…"workspace_archived_error"` - `BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError object` The deployment's organization is disabled. - `type: "organizatio…
Update Deployment
Claude Developer Platform · in the page
api/beta/deployments/update
…"workspace_archived_error"` - `BetaManagedAgentsOrganizationDisabledDeploymentPausedReasonError object` The deployment's organization is disabled. - `type: "organizatio…
Messages
Claude Developer Platform · in the page
api/beta/messages
…- `thinking: optional BetaThinkingConfigEnabled or BetaThinkingConfigDisabled or BetaThinkingConfigAdaptive or null` - `BetaThinkingConfigEnabled object` - `type: "enabled"`…
Batches
Claude Developer Platform · in the page
api/beta/messages/batches
…- `thinking: optional BetaThinkingConfigEnabled or BetaThinkingConfigDisabled or BetaThinkingConfigAdaptive or null` - `BetaThinkingConfigEnabled object` - `type: "enabled"`…
Create a Message Batch
Claude Developer Platform · in the page
api/beta/messages/batches/create
…- `thinking: optional BetaThinkingConfigEnabled or BetaThinkingConfigDisabled or BetaThinkingConfigAdaptive or null` - `BetaThinkingConfigEnabled object` - `type: "enabled"`…
Count tokens in a Message
Claude Developer Platform · in the page
api/beta/messages/count_tokens
…d"` - `"omitted"` - `"updates"` - `BetaThinkingConfigDisabled object` - `type: "disabled"` - `BetaThinkingConfigAdaptive object` - `type: "adaptive"` - `block_bindin…
Create a Message
Claude Developer Platform · in the page
api/beta/messages/create
…- `thinking: optional BetaThinkingConfigEnabled or BetaThinkingConfigDisabled or BetaThinkingConfigAdaptive or null` - `BetaThinkingConfigEnabled object` - `type: "enabled"`…
Organization
Claude Developer Platform · in the page
api/beta/organization
…Inline JWK objects. minItems: 1 - `jwks_polling_disabled_at: string or null` If set, Anthropic's JWKS poller has paused polling for this issuer after repeated fetch failures…
Compliance Settings
Claude Developer Platform · in the page
api/beta/organization/compliance_settings
…nabled"` default: enabled - `BetaComplianceSettingsStateDisabled object` - `type: "disabled"` default: disabled ### Example ```bash curl https://api.anthropic.com/v1/or…
Get Compliance Settings
Claude Developer Platform · in the page
api/beta/organization/compliance_settings/retrieve
…nabled"` default: enabled - `BetaComplianceSettingsStateDisabled object` - `type: "disabled"` default: disabled ## Example ```bash curl https://api.anthropic.com/v1/org…
Update Compliance Settings
Claude Developer Platform · in the page
api/beta/organization/compliance_settings/update
…API and begins capturing organization activity events. Setting it to `disabled` turns both off. `state` reflects whether the Compliance API is enabled. A request that sets `state` to its current valu…
Federation
Claude Developer Platform · in the page
api/beta/organization/federation
…Inline JWK objects. minItems: 1 - `jwks_polling_disabled_at: string or null` If set, Anthropic's JWKS poller has paused polling for this issuer after repeated fetch failures…
Issuers
Claude Developer Platform · in the page
api/beta/organization/federation/issuers
…Inline JWK objects. minItems: 1 - `jwks_polling_disabled_at: string or null` If set, Anthropic's JWKS poller has paused polling for this issuer after repeated fetch failures…
Archive Federation Issuer
Claude Developer Platform · in the page
api/beta/organization/federation/issuers/archive
…Inline JWK objects. minItems: 1 - `jwks_polling_disabled_at: string or null` If set, Anthropic's JWKS poller has paused polling for this issuer after repeated fetch failures…
Create Federation Issuer
Claude Developer Platform · in the page
api/beta/organization/federation/issuers/create
…Inline JWK objects. minItems: 1 - `jwks_polling_disabled_at: string or null` If set, Anthropic's JWKS poller has paused polling for this issuer after repeated fetch failures…
List Federation Issuers
Claude Developer Platform · in the page
api/beta/organization/federation/issuers/list
…Inline JWK objects. minItems: 1 - `jwks_polling_disabled_at: string or null` If set, Anthropic's JWKS poller has paused polling for this issuer after repeated fetch failures…