Search the documentation
50 pages for /status.
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.
browser-use-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/browser-use-tool
…Claude reads it and adapts: `Error: Navigation to https://example.com/status timed out after 30 seconds. The page may be unavailable.` gives Claude something to act on where a bare `Error: navigation…
intro
Claude Developer Platform · in the page
intro
…. </Card> <Card title="Service Status" icon="chart" href="https://status.claude.com"> Check the status of Anthropic services. </Card> </CardGroup>
compliance-errors
Claude Developer Platform · in the page
manage-claude/compliance-errors
…ble. For service-wide incidents, check [status.anthropic.com](https://status.anthropic.com). ## Next steps <CardGroup cols={2}> <Card title="Compliance API FAQ" href="https://platform.claude.com/…
Set up Claude Code for your organization
Claude Code CLI · in the page
admin-setup
…ssions inherit the same policy as host sessions. * Verify by running `/status` inside a WSL session: the `Setting sources` line should show `Enterprise managed settings` with the Windows source you de…
Manage multiple agents with agent view
Claude Code CLI · in the page
agent-view
…m-inside-a-session). To check which kind of session you're in, run [`/status`](/docs/en/commands). The `Session kind` row reads `background job · attached` or `background job · unattended` in a backg…
Claude Code on Amazon Bedrock
Claude Code CLI · in the page
amazon-bedrock
…ILE` or `AWS_CONFIG_FILE` to point at non-default file paths. Run `/status` to see the resolved region. When the region came from your AWS config files or the default fallback, Claude Code also not…
Authentication
Claude Code CLI · in the page
authentication
…rror instead. You can check for this state before a request fails: [`/status`](/docs/en/commands) shows a `Login` row reading `Expired — log in again`, plus the organization and email it has saved fo…
Best practices for Claude Code
Claude Code CLI · in the page
best-practices
…Track context usage continuously with a [custom status line](/docs/en/statusline), and see [Reduce token usage](/docs/en/costs#reduce-token-usage) for strategies on reducing token usage. *** ## Giv…
Claude Code changelog
Claude Code CLI · in the page
changelog
…Anthropic profile (e.g. a Console sign-in) as active: listing it in `/status` and retrying gateway 401s with it, though requests never use it * Fixed cloud sessions telling Claude the model had cha…
Use Claude Code on the web
Claude Code CLI · in the page
claude-code-on-the-web
…ot allocate a VM for the session. * Check [status.claude.com](https://status.claude.com) for cloud session incidents * Retry after a minute, as capacity is provisioned on demand * Confirm your reposi…
Explore the .claude directory
Claude Code CLI · in the page
claude-directory
…s like before a tool call or after a file edit</>, <><A href="/docs/en/statusline">statusLine</A>: customize the line shown at the bottom while Claude works</>, <><A href="/docs/en/settings-reference#…
Claude Code on Claude Platform on AWS
Claude Code CLI · in the page
claude-platform-on-aws
…nner shows `Claude Platform on AWS` when the provider is active. Run `/status` to check the details: the `API provider` line reads `Claude Platform on AWS`, and the output includes your `Workspace ID`…
Commands
Claude Code CLI · in the page
commands
…some commands immediately without interrupting the response, such as `/status`, `/tasks`, and `/usage`. In [fullscreen rendering](/docs/en/fullscreen), Claude Code also opens dialog commands such as `…
Let Claude use your computer from the CLI
Claude Code CLI · in the page
computer-use
…laude-use-your-computer) instead. * You're on a Pro or Max plan. Run `/status` to confirm your subscription. * You're authenticated through claude.ai. Computer use is not available with third-party pr…
Run Claude Code behind a corporate launcher
Claude Code CLI · in the page
corporate-launcher
…ured: `launchd` or `systemd` starts that process from its unit file. `/status` and `claude daemon status` warn while the running service and the configured launcher don't match, and the sessions the s…
Manage costs effectively
Claude Code CLI · in the page
costs
…eck your current token usage, or [configure your status line](/docs/en/statusline#context-window-usage) to display it continuously. * **Clear between tasks**: Use `/clear` to start fresh when switchi…
Message your other Claude Code sessions
Claude Code CLI · in the page
cross-session-messaging
…ractive-sessions). You can find the socket's path in two places: * `/status` shows it in the `Peer address` row. The path is prefixed with `uds:`. * Claude Code exports it to [hooks](/docs/en/hooks)…
Debug your configuration
Claude Code CLI · in the page
debug-your-config
…| | `/status` | Active settings sources, including whether managed settings are in effect…
Environment variables
Claude Code CLI · in the page
env-vars
…tmux sessions, [hook](/docs/en/hooks) commands, [status line](/docs/en/statusline) commands, stdio [MCP server](/docs/en/mcp) subprocesses). IDE extensions also set this in their integrated terminals.…
Error reference
Claude Code CLI · in the page
errors
…ually temporary — try again in a moment. If it persists, check https://status.claude.com. ``` The trailing sentence names where to check service health and varies by provider. Amazon Bedrock, Google…
Speed up responses with fast mode
Claude Code CLI · in the page
fast-mode
…d in a different place depending on how you signed in, so first run [`/status`](/docs/en/commands) to check. If it shows a `Login method` row such as `Claude Max account`, you signed in with a Claude…
Claude Code on Google Cloud's Agent Platform
Claude Code CLI · in the page
google-vertex-ai
…01' ``` ### 6. Verify your configuration Start Claude Code and run `/status` to confirm the setup. The `API provider` line shows `Google Vertex AI`, and the `GCP project`, `Default region`, and `Mod…
Hooks reference
Claude Code CLI · in the page
hooks
…ns` are exempt * Claude Code also narrows your [`statusLine`](/docs/en/statusline), [`fileSuggestion`](/docs/en/settings-reference#filesuggestion), and [`subagentStatusLine`](/docs/en/statusline#subag…
Interactive mode
Claude Code CLI · in the page
interactive-mode
…s](/docs/en/commands) the same way, apart from the commands, such as `/status`, that Claude Code runs as soon as you send them. ### When Claude Code sends what you queued When a queued entry reaches…
Connect Claude Code to an LLM gateway
Claude Code CLI · in the page
llm-gateway-connect
…Claude Code started a session without showing the login screen, run `/status`, which opens on the **Status** tab, and check two lines: * `Anthropic base URL`: this line only appears when a gatew…
Roll out an LLM gateway for your organization
Claude Code CLI · in the page
llm-gateway-rollout
…since the distributed credential satisfies authentication. Then run `/status` and open the **Status** tab: the `Anthropic base URL` line shows the gateway address, and for managed distribution the `S…
Deploy managed settings
Claude Code CLI · in the page
managed-settings
…<Step title="Confirm the policy applied"> On one machine, run `/status` inside Claude Code. The `Setting sources` line shows `Enterprise managed settings (file)`. Roll out to the rest of the fl…
Connect Claude Code to tools via MCP
Claude Code CLI · in the page
mcp
…ke model requests If `/mcp` doesn't list a connector you added, run `/status` to confirm which authentication method is active. Unset that environment variable, remove the `apiKeyHelper` setting, or…
Claude Code on Microsoft Foundry
Claude Code CLI · in the page
microsoft-foundry
…3 and 4 are the only configuration path. To verify your setup, run `/status` inside Claude Code. The API provider line shows `Microsoft Foundry`, along with the resource name or base URL you configu…
Model configuration
Claude Code CLI · in the page
model-config
…default model. Claude Code doesn't confirm the chain at startup and `/status` doesn't display it. The notice shown when a switch happens is the first visible sign that a fallback is configured. When…
Monitoring
Claude Code CLI · in the page
monitoring-usage
…oesn't meet these requirements, Claude Code reports the error in: * `/status` output * The debug log, when running with [`--debug`](/docs/en/cli-reference#cli-flags) or after running `/debug` in the…
Enterprise network configuration
Claude Code CLI · in the page
network-config
…or `Failed to load` line with the reason instead. You can also run `/status` in an interactive session and check these rows: * **Proxy**: shows the active proxy URL, and marks a value it can't pars…
Recommend your plugin from your CLI
Claude Code CLI · in the page
plugin-hints
…spawns, such as tool calls, hook commands, and [status line](/docs/en/statusline) commands, so the tag does not normally reach a human terminal. A long-lived process that was started inside a session…
Plugins reference
Claude Code CLI · in the page
plugins-reference
…the [`agent`](/docs/en/sub-agents) and [`subagentStatusLine`](/docs/en/statusline#subagent-status-lines) keys are supported…
How Claude Code uses prompt caching
Claude Code CLI · in the page
prompt-caching
…e most direct way to watch them live is a [statusline script](/docs/en/statusline) that reads the `current_usage` object: | Field | Meaning…
Continue local sessions from any device with Remote Control
Claude Code CLI · in the page
remote-control
…Code runs the session on that model. The terminal's `/model` picker, `/status`, and `/config` show that model. A pick from the device's model control lasts for the current session only. `/model <name>…
Configure server-managed settings
Claude Code CLI · in the page
server-managed-settings
…), such as `model`, stay in effect until each client relaunches. Run `/status` to see which managed source is active. ### Per-key exceptions across managed sources Two kinds of keys are exceptions t…
Manage sessions
Claude Code CLI · in the page
sessions
…se-the-session-picker) and in the statusline [`session_name`](/docs/en/statusline) field when no name is set. The plan title shows in the same two places and also in the listings of running sessions,…
Claude Code settings
Claude Code CLI · in the page
settings
…nfiguration is invalid. <Tip> After you edit a settings file, run `/status` inside Claude Code to confirm it was loaded. The `Setting sources` line lists each settings source loaded for the current…
Claude Code settings reference
Claude Code CLI · in the page
settings-reference
…| Turn off [hooks](/docs/en/hooks), a custom [status line](/docs/en/statusline), and a custom [`@` file suggestion](/docs/en/interactive-mode#quick-commands) command at once…
Customize your status line
Claude Code CLI · in the page
statusline
…e> <img src="https://mintcdn.com/claude-code/nibzesLaJVh4ydOq/images/statusline-multiline.png?fit=max&auto=format&n=nibzesLaJVh4ydOq&q=85&s=60f11387658acc9ff75158ae85f2ac87" alt="A multi-line status…
Create custom subagents
Claude Code CLI · in the page
sub-agents
…sion was started | | statusline-setup | Sonnet | When you run `/statusline` to configure your status line…
Configure your terminal for Claude Code
Claude Code CLI · in the page
terminal-config
…the bottom of the interface, configure a [custom status line](/docs/en/statusline) that shows the current model, working directory, git branch, or other context. ### Create a custom theme In additio…
Enterprise deployment overview
Claude Code CLI · in the page
third-party-integrations
…lm-gateway-connect#route-to-a-cloud-provider-through-a-gateway). Run `/status` in Claude Code to verify which provider, base URL, and proxy a session is using. ## Best practices for organizations ##…
Troubleshoot installation and login
Claude Code CLI · in the page
troubleshoot-install
…s made both commands hang and left the System diagnostics section of `/status` blank. `claude doctor` hung with no output; `claude update` hung right after printing `Checking for updates`. If you hit…
Voice dictation
Claude Code CLI · in the page
voice-dictation
…es, and it does not appear if you have a [custom status line](/docs/en/statusline) configured. Transcription is tuned for coding vocabulary in both modes. Common development terms like `regex`, `OAut…
Get started with Claude Code on the web
Claude Code CLI · in the page
web-quickstart
…account. Authenticating with an API key doesn't count. To check, run `/status` and confirm the **Login method** row shows a claude.ai account. </Step> <Step title="Run /web-setup"> In the Cla…
Week 13 · March 23–27, 2026
Claude Code CLI · in the page
whats-new/2026-w13
…e any response restores your input automatically</div> <div><code>/status</code> now works while Claude is responding</div> <div>Deep links open in your preferred terminal, not first-detected<…
Week 24 · June 8–12, 2026
Claude Code CLI · in the page
whats-new/2026-w24
…/code> config files when <code>AWS\_REGION</code> is unset, and <code>/status</code> shows where the region came from</div> <div>New <code>enforceAvailableModels</code> managed setting makes the <…
Troubleshoot Claude Tag setup
Claude Documentation · in the page
claude-tag/admins/troubleshooting
…banner persists across reloads, check [`status.anthropic.com`](https://status.anthropic.com) for an active incident and try again in a few minutes. 3. If it continues with no incident posted, contact…