# HTTP server AT commands

Source: [https://docs.qualcomm.com/doc/80-Y8730-10/topic/http_server_at_commands.html](https://docs.qualcomm.com/doc/80-Y8730-10/topic/http_server_at_commands.html)

Table : HTTP server AT commands

| Command | Description |
| --- | --- |
| [AT+WEBSERVER](http_server_at_commands.html#at_webserver) | Start or stop the web server |

## AT+WEBSERVER

Source: [https://docs.qualcomm.com/doc/80-Y8730-10/topic/http_server_at_commands.html](https://docs.qualcomm.com/doc/80-Y8730-10/topic/http_server_at_commands.html)

This command starts or stops the web server.

### Operation type

Set/Execution

### Syntax

| Command | Response |
| --- | --- |
| AT+WEBSERVER=&lt;enable&gt;,&lt;server\_port&gt; | OK |

### Defined values

- `<enable>`: Enable or disable the web server.
    - `0`: Disable
    - `1`: Enable
- `<server_port>`: Web server port number

Last Published: Jun 03, 2026

[Previous Topic
HTTP client AT commands](https://docs.qualcomm.com/bundle/publicresource/80-Y8730-10/topics/http_client_at_commands.md) [Next Topic
DFU AT commands](https://docs.qualcomm.com/bundle/publicresource/80-Y8730-10/topics/dfu_at_commands.md)