

# POST Stop: Stop One or More Channels
<a name="performing-bulk-tasks-stop-channels"></a>

Stop one or more channels. If the specified channels are currently running on their nodes, then they will stop. If the channels are not running, nothing happens.

The channel must be in a state that allows it to be stopped. To check the state and determine its status, use GET Channel. For information on the status, see [Channel Status Elements](monitoring-manage-channels.md#monitoring-manage-channels-status).

## HTTP Request and Response
<a name="performing-bulk-tasks-stop-channels-http-request-response"></a>

### Request URL
<a name="performing-bulk-tasks-stop-channels-http-request-response-url"></a>

```
POST http://<Conductor IP address>/channels/stop/
```

### Call Header
<a name="performing-bulk-tasks-stop-channels-http-request-response-call-header"></a>
+ Accept: Set to application/xml
+ Content-Type: Set to application/xml

If you are implementing user authentication, you must also include three authorization headers; see [Header Content for User Authentication](header-content-user.md).

### Request Body
<a name="performing-bulk-tasks-stop-channels-http-request-response-request-body"></a>

The request contains XML content consisting of one `channel_ids` element (of type “array”) 

with the following.
+ One or more `channel_id` elements, one for each channel to stop.

### Response
<a name="performing-bulk-tasks-stop-channels-http-request-response-response"></a>

The response contains XML content consisting of one `task_report` element, containing the same elements as the response for [GET One Task Report](performing-bulk-tasks-get-one-task-report.md). The failed count and success count may both specify 0. The entire element may be missing, indicating that no actions have been performed yet.